Assume system is "Windows" when uname says "MSYS"
Needed for building with pd-lib-builder on AppVeyor.
This commit is contained in:
parent
231e344b44
commit
e4d42f2227
1 changed files with 1 additions and 1 deletions
|
|
@ -445,7 +445,7 @@ ifeq ($(uname), Darwin)
|
|||
system = Darwin
|
||||
endif
|
||||
|
||||
ifeq ($(findstring MINGW, $(uname)), MINGW)
|
||||
ifeq ($(findstring $(uname), MINGW MSYS), $(uname))
|
||||
system = Windows
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue