From 84d36ec8705fcd980dd8ba0e4ff263044e99c9dc Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 12 Nov 2020 07:40:26 +0800 Subject: fix makefile for mingw --- makefile | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.3.1