diff --git a/Makefile b/Makefile index d81c774..1b41474 100755 --- a/Makefile +++ b/Makefile @@ -9,6 +9,10 @@ PLATFORM := windows32 USE_WINDRES := true endif +ifneq ($(findstring MSYS,$(PLATFORM)),) +PLATFORM := windows32 +endif + ifeq ($(PLATFORM),Darwin) DEFAULT := cocoa else