crosstest target needs the tools to be built first.
This commit is contained in:
parent
7f0abaffe5
commit
af9e293013
|
@ -121,7 +121,7 @@ checklink:: $(TESTSUBDIRS:%=%/__checklink__)
|
|||
|
||||
check test:: wine $(TESTSUBDIRS:%=%/__test__)
|
||||
|
||||
crosstest:: $(TESTSUBDIRS:%=%/__crosstest__)
|
||||
crosstest:: tools $(TESTSUBDIRS:%=%/__crosstest__)
|
||||
|
||||
# Misc rules
|
||||
|
||||
|
|
Loading…
Reference in New Issue