mirror of
https://github.com/reactos/wine.git
synced 2025-01-27 23:13:34 +00:00
Don't link cross compiled tests against Wine import libraries.
This commit is contained in:
parent
5f66b04e46
commit
01af6376fc
@ -64,7 +64,7 @@ $(TESTRESULTS): $(MODULE)$(DLLEXT) $(DLLDIR)/$(TESTDLL)$(DLLEXT)
|
||||
crosstest:: @CROSSTEST@
|
||||
|
||||
$(CROSSTEST): $(CROSSOBJS) Makefile.in
|
||||
$(CROSSCC) $(CROSSOBJS) -o $@ -L$(DLLDIR) $(DELAYIMPORTS:%=-l%) $(IMPORTS:%=-l%) $(LIBS)
|
||||
$(CROSSCC) $(CROSSOBJS) -o $@ $(DELAYIMPORTS:%=-l%) $(IMPORTS:%=-l%) $(LIBS)
|
||||
|
||||
# Rules for cleaning
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user