Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/auto
diff options
context:
space:
mode:
authorOrgad Shaneh <orgads@gmail.com>2017-06-06 18:13:39 +0300
committerOrgad Shaneh <orgads@gmail.com>2017-06-06 18:13:39 +0300
commit884b762dbb3f174c133eeef9ba5ba7d60e3c1708 (patch)
tree087f3e60ea267112c759fc544d37da37fa83c73c /auto
parent13f49b0013d7a01421925ba7e86624eae8fcf2e7 (diff)
Configure: fix compilation on MSYS2 / MinGW64.
Diffstat (limited to 'auto')
-rwxr-xr-xauto/configure2
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