diff options
-rw-r--r-- | ext/zip/config.w32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zip/config.w32 b/ext/zip/config.w32 index e6cd587bf8..e39fac3803 100644 --- a/ext/zip/config.w32 +++ b/ext/zip/config.w32 @@ -10,7 +10,7 @@ if (PHP_ZIP != "no") { ) { EXTENSION('zip', 'php_zip.c zip_stream.c'); - if (get_define("LIBS_ZIP").match("libzip_a.lib")) { + if (get_define("LIBS_ZIP").match("libzip_a(?:_debug)?\.lib")) { /* Using static dependency lib. */ AC_DEFINE("ZIP_STATIC", 1); } |