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/os
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-05-10 22:35:39 +0400
committerIgor Sysoev <igor@sysoev.ru>2009-05-10 22:35:39 +0400
commitacca7dbf5d25879984507e2826089a52d5ac6156 (patch)
tree46c5806969c59e1f4d13b14d92459216645da17a /auto/os
parent98c4dd7c60b518c2a9e292a2b17ac1860c03ded8 (diff)
add MSYS support
Diffstat (limited to 'auto/os')
-rw-r--r--auto/os/conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/os/conf b/auto/os/conf
index f4d08cb42..9bd5ee3c3 100644
--- 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
;;