mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-08 17:35:36 +08:00
simplify
This commit is contained in:
@@ -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) . ' ' .
|
||||
|
||||
Reference in New Issue
Block a user