We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c6b7a3 commit c03508aCopy full SHA for c03508a
1 file changed
src/SPC/builder/windows/library/zlib.php
@@ -35,6 +35,7 @@ protected function build(): void
35
'zlibstatic.lib',
36
'zs.lib',
37
'libzs.lib',
38
+ 'libz.lib',
39
];
40
foreach ($detect_list as $item) {
41
if (file_exists(BUILD_LIB_PATH . '\\' . $item)) {
0 commit comments