diff options
| -rw-r--r-- | makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -73,6 +73,9 @@ endif ifeq ($(PLAT),msys) iswin = yes endif +ifeq ($(PLAT),mingw) + iswin = yes +endif ifeq ($(PLAT),cygwin) iswin = yes endif |
![]() |
index : xmake.git | |
| Unnamed repository; edit this file 'description' to name the repository. |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | makefile | 3 |
@@ -73,6 +73,9 @@ endif ifeq ($(PLAT),msys) iswin = yes endif +ifeq ($(PLAT),mingw) + iswin = yes +endif ifeq ($(PLAT),cygwin) iswin = yes endif |