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 508cfa6 commit af97263Copy full SHA for af97263
src/Package/Library/zlib.php
@@ -32,6 +32,7 @@ public function buildWin(LibraryPackage $lib): void
32
'zlibstatic.lib',
33
'zs.lib',
34
'libzs.lib',
35
+ 'libz.lib',
36
];
37
foreach ($detect_list as $item) {
38
if (file_exists("{$lib->getLibDir()}\\{$item}")) {
0 commit comments