# HG changeset patch # User Igor Sysoev # Date 1241980539 0 # Node ID af09c0a26ed61cf66b8e574b78f9219731aabbd8 # Parent bb05c0834c8c6501874277877d732fd19c3fc17c add MSYS support diff --git a/auto/os/conf b/auto/os/conf --- a/auto/os/conf +++ b/auto/os/conf @@ -22,7 +22,7 @@ case "$NGX_PLATFORM" in . auto/os/darwin ;; - win32) + win32 | MINGW32_* ) . auto/os/win32 ;;