summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorruki <[email protected]>2020-11-12 07:40:26 +0800
committerGitHub <[email protected]>2020-11-12 07:40:26 +0800
commit84d36ec8705fcd980dd8ba0e4ff263044e99c9dc (patch)
treeb6eafd231c2364f1ec246ec4634b40cfe5a8111e /makefile
parent16178e3b8cc9331c505a5194d89acec4d0f0a801 (diff)
fix makefile for mingw
Diffstat (limited to 'makefile')
-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