mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-19 13:24:51 +08:00
cs fix
This commit is contained in:
parent
ed1e02823a
commit
53385d5e2b
@ -134,7 +134,7 @@ class UnixAutoconfExecutor extends Executor
|
|||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
'--enable-static',
|
'--enable-static',
|
||||||
(getenv('SPC_LINK_STATIC') ? '--disable-shared' : '--enable-shared'),
|
getenv('SPC_LINK_STATIC') ? '--disable-shared' : '--enable-shared',
|
||||||
"--prefix={$this->library->getBuildRootPath()}",
|
"--prefix={$this->library->getBuildRootPath()}",
|
||||||
'--with-pic',
|
'--with-pic',
|
||||||
'--enable-pic',
|
'--enable-pic',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user