Skip to content

Commit

Permalink
Assume system is "Windows" when uname says "MSYS"
Browse files Browse the repository at this point in the history
Needed for building with pd-lib-builder on AppVeyor.
  • Loading branch information
katjav committed Jan 21, 2018
1 parent 231e344 commit e4d42f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.pdlibbuilder
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ ifeq ($(uname), Darwin)
system = Darwin
endif

ifeq ($(findstring MINGW, $(uname)), MINGW)
ifeq ($(findstring $(uname), MINGW MSYS), $(uname))
system = Windows
endif

Expand Down

0 comments on commit e4d42f2

Please sign in to comment.