summaryrefslogtreecommitdiffhomepage
path: root/auto/lib/zlib/make
diff options
context:
space:
mode:
Diffstat (limited to 'auto/lib/zlib/make')
-rw-r--r--auto/lib/zlib/make4
1 files changed, 2 insertions, 2 deletions
diff --git a/auto/lib/zlib/make b/auto/lib/zlib/make
index 7875ef67f..0082ad584 100644
--- a/auto/lib/zlib/make
+++ b/auto/lib/zlib/make
@@ -5,14 +5,14 @@
case "$NGX_CC_NAME" in
- msvc*)
+ msvc)
ngx_makefile=makefile.msvc
ngx_opt="CPU_OPT=\"$CPU_OPT\" LIBC=$LIBC"
ngx_zlib="ZLIB=\"$ZLIB\""
;;
- owc*)
+ owc)
ngx_makefile=makefile.owc
ngx_opt="CPU_OPT=\"$CPU_OPT\""
ngx_zlib=`echo ZLIB=\"$ZLIB\" | sed -e "s/\//$ngx_regex_dirsep/g"`