diff options
Diffstat (limited to 'auto/lib/zlib/conf')
| -rw-r--r-- | auto/lib/zlib/conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/auto/lib/zlib/conf b/auto/lib/zlib/conf index f833d6165..797a2d309 100644 --- a/auto/lib/zlib/conf +++ b/auto/lib/zlib/conf @@ -7,12 +7,12 @@ if [ $ZLIB != NONE ]; then case "$NGX_CC_NAME" in - msvc | owc | bcc) + msvc* | owc* | bcc) LINK_DEPS="$LINK_DEPS $ZLIB/zlib.lib" CORE_LIBS="$CORE_LIBS $ZLIB/zlib.lib" ;; - icc) + icc*) LINK_DEPS="$LINK_DEPS $ZLIB/libz.a" # to allow -ipo optimization we link with the *.o but not library |
