diff options
| -rwxr-xr-x | auto/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/configure b/auto/configure index ceff15e49..7e6e33a7c 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 |
