mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
Use unified configure args format
This commit is contained in:
parent
f426ced789
commit
09198b431f
@ -103,14 +103,13 @@ class WindowsBuilder extends BuilderBase
|
|||||||
->exec(
|
->exec(
|
||||||
"{$this->sdk_prefix} configure.bat --task-args \"" .
|
"{$this->sdk_prefix} configure.bat --task-args \"" .
|
||||||
'--disable-all ' .
|
'--disable-all ' .
|
||||||
'--disable-cgi ' .
|
|
||||||
'--with-php-build=' . BUILD_ROOT_PATH . ' ' .
|
'--with-php-build=' . BUILD_ROOT_PATH . ' ' .
|
||||||
'--with-extra-includes=' . BUILD_INCLUDE_PATH . ' ' .
|
'--with-extra-includes=' . BUILD_INCLUDE_PATH . ' ' .
|
||||||
'--with-extra-libs=' . BUILD_LIB_PATH . ' ' .
|
'--with-extra-libs=' . BUILD_LIB_PATH . ' ' .
|
||||||
($enableCli ? '--enable-cli=yes ' : '--enable-cli=no ') .
|
($enableCli ? '--enable-cli ' : '--disable-cli ') .
|
||||||
($enableMicro ? ('--enable-micro=yes ' . $micro_logo . $micro_w32) : '--enable-micro=no ') .
|
($enableMicro ? ('--enable-micro ' . $micro_logo . $micro_w32) : '--disable-micro ') .
|
||||||
($enableEmbed ? '--enable-embed=yes ' : '--enable-embed=no ') .
|
($enableEmbed ? '--enable-embed ' : '--disable-embed ') .
|
||||||
($enableCgi ? '--enable-cgi=yes ' : '--enable-cgi=no ') .
|
($enableCgi ? '--enable-cgi ' : '--disable-cgi ') .
|
||||||
$config_file_scan_dir .
|
$config_file_scan_dir .
|
||||||
$opcache_jit_arg .
|
$opcache_jit_arg .
|
||||||
"{$this->makeStaticExtensionArgs()} " .
|
"{$this->makeStaticExtensionArgs()} " .
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user