changeset 2826:af09c0a26ed6

add MSYS support
author Igor Sysoev <igor@sysoev.ru>
date Sun, 10 May 2009 18:35:39 +0000
parents bb05c0834c8c
children 548c8219ffcc
files auto/os/conf
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
     ;;