mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-07 16:55:38 +08:00
allow building and linking with shared instead of static libs
This commit is contained in:
@@ -33,7 +33,7 @@ class openssl extends WindowsLibraryBase
|
||||
->execWithWrapper(
|
||||
$this->builder->makeSimpleWrapper($this->perl),
|
||||
'Configure zlib VC-WIN64A ' .
|
||||
'no-shared ' .
|
||||
(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) . ' ' .
|
||||
|
||||
Reference in New Issue
Block a user