]> git.kaiwu.me - nginx.git/commitdiff
add MSYS support
authorIgor Sysoev <igor@sysoev.ru>
Sun, 10 May 2009 18:35:39 +0000 (18:35 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Sun, 10 May 2009 18:35:39 +0000 (18:35 +0000)
auto/os/conf

index f4d08cb423d06f257405cebbac803271a4579ec7..9bd5ee3c3cab871f754068e3809d0b641d0470a5 100644 (file)
@@ -22,7 +22,7 @@ case "$NGX_PLATFORM" in
         . auto/os/darwin
     ;;
 
-    win32)
+    win32 | MINGW32_* )
         . auto/os/win32
     ;;