mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 770165 - Fix a test to reflect the reality that Pymake works with Windows paths but MSYS make works with Unix paths. r=khuey
--HG-- extra : rebase_source : 75be29ad11113ead1a16ed212e745759ee2fc4d6
This commit is contained in:
parent
8117a70214
commit
1b00f2f47d
@ -1,8 +1,5 @@
|
||||
ifdef __WIN32__
|
||||
VPSEP = ;
|
||||
else
|
||||
VPSEP = :
|
||||
endif
|
||||
# On Windows, MSYS make takes Unix paths but Pymake takes Windows paths
|
||||
VPSEP := $(if $(and $(__WIN32__),$(.PYMAKE)),;,:)
|
||||
|
||||
$(shell \
|
||||
mkdir subd1 subd2 subd3; \
|
||||
|
Loading…
Reference in New Issue
Block a user