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