[PATCH] Fix compilation on MinGW64

Orgad Shaneh orgads at gmail.com
Tue Jun 6 10:57:39 UTC 2017


I already proposed a similar patch (without MSYS) on November, but it
was unnoticed since then.
---
 auto/configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/auto/configure b/auto/configure
index ceff15e4..107c2b5f 100755
--- a/auto/configure
+++ b/auto/configure
@@ -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
-- 
2.13.0.windows.1.7.g80a6209eb5


More information about the nginx-devel mailing list