This commit is contained in:
henderkes
2026-02-20 08:42:30 +07:00
parent 101b4febb9
commit 17acb966de
14 changed files with 18 additions and 23 deletions

View File

@@ -33,7 +33,6 @@ class openssl extends WindowsLibraryBase
->execWithWrapper(
$this->builder->makeSimpleWrapper($this->perl),
'Configure zlib VC-WIN64A ' .
(getenv('SPC_STATIC_LIBS') ? 'no-shared' : '') .
'--prefix=' . quote(BUILD_ROOT_PATH) . ' ' .
'--with-zlib-lib=' . quote(BUILD_LIB_PATH) . ' ' .
'--with-zlib-include=' . quote(BUILD_INCLUDE_PATH) . ' ' .