summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/makefile b/makefile
index 1317b2e02..114539817 100644
--- a/makefile
+++ b/makefile
@@ -73,6 +73,9 @@ endif
ifeq ($(PLAT),msys)
iswin = yes
endif
+ifeq ($(PLAT),mingw)
+ iswin = yes
+endif
ifeq ($(PLAT),cygwin)
iswin = yes
endif