Explorar o código

Better detection of MinGW build.

Mike Pall %!s(int64=6) %!d(string=hai) anos
pai
achega
3404183e23
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      src/Makefile

+ 4 - 0
src/Makefile

@@ -165,6 +165,10 @@ else
     HOST_SYS= Windows
     HOST_MSYS= mingw
   endif
+  ifneq (,$(findstring MSYS,$(HOST_SYS)))
+    HOST_SYS= Windows
+    HOST_MSYS= mingw
+  endif
   ifneq (,$(findstring CYGWIN,$(HOST_SYS)))
     HOST_SYS= Windows
     HOST_MSYS= cygwin