diff options
| author | ruki <[email protected]> | 2020-11-12 07:40:26 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-11-12 07:40:26 +0800 |
| commit | 84d36ec8705fcd980dd8ba0e4ff263044e99c9dc (patch) | |
| tree | b6eafd231c2364f1ec246ec4634b40cfe5a8111e /makefile | |
| parent | 16178e3b8cc9331c505a5194d89acec4d0f0a801 (diff) | |
fix makefile for mingw
Diffstat (limited to 'makefile')
| -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 |
