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.
2 parents 963e2a0 + c03508a commit 864678aCopy full SHA for 864678a
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