diff options
Diffstat (limited to 'auto/configure')
| -rwxr-xr-x | auto/configure | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/auto/configure b/auto/configure index 9a72db42f..5e9c262bd 100755 --- a/auto/configure +++ b/auto/configure @@ -31,6 +31,12 @@ if test -z "$NGX_PLATFORM"; then NGX_PLATFORM="$NGX_SYSTEM:$NGX_RELEASE:$NGX_MACHINE"; + case "$NGX_SYSTEM" in + MINGW32_*) + NGX_PLATFORM=win32 + ;; + esac + else echo "building for $NGX_PLATFORM" NGX_SYSTEM=$NGX_PLATFORM |
