mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-07 16:55:38 +08:00
simplify
This commit is contained in:
@@ -59,9 +59,8 @@ class openssl extends LinuxLibraryBase
|
||||
|
||||
shell()->cd($this->source_dir)->initializeEnv($this)
|
||||
->exec(
|
||||
"./Configure " .
|
||||
(getenv('SPC_STATIC_LIBS') ? 'no-shared' : '') .
|
||||
" {$extra} " . '--prefix=' . BUILD_ROOT_PATH . ' ' .
|
||||
"./Configure {$extra} " .
|
||||
'--prefix=' . BUILD_ROOT_PATH . ' ' .
|
||||
'--libdir=' . BUILD_LIB_PATH . ' ' .
|
||||
"--openssldir={$openssl_dir} " .
|
||||
"{$zlib_extra}" .
|
||||
|
||||
Reference in New Issue
Block a user