]> git.kaiwu.me - nginx.git/commitdiff
Configure: fix compilation on MSYS2 / MinGW64.
authorOrgad Shaneh <orgads@gmail.com>
Tue, 6 Jun 2017 15:13:39 +0000 (18:13 +0300)
committerOrgad Shaneh <orgads@gmail.com>
Tue, 6 Jun 2017 15:13:39 +0000 (18:13 +0300)
auto/configure

index ceff15e499913e49db4d30492c9616d2fa1ce03b..7e6e33a7c8660ca14d837040d641f2a848727d83 100755 (executable)
@@ -36,7 +36,7 @@ if test -z "$NGX_PLATFORM"; then
     NGX_PLATFORM="$NGX_SYSTEM:$NGX_RELEASE:$NGX_MACHINE";
 
     case "$NGX_SYSTEM" in
-        MINGW32_*)
+        MINGW32_* | MINGW64_* | MSYS_*)
             NGX_PLATFORM=win32
         ;;
     esac