mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 12:54:52 +08:00
cs fix
This commit is contained in:
parent
e6bec8eb57
commit
383045d1c0
@ -15,7 +15,7 @@ trait ncurses
|
|||||||
|
|
||||||
UnixAutoconfExecutor::create($this)
|
UnixAutoconfExecutor::create($this)
|
||||||
->appendEnv([
|
->appendEnv([
|
||||||
'LDFLAGS' => getenv('SPC_LIBC') === 'musl' ? '-static' : ''
|
'LDFLAGS' => getenv('SPC_LIBC') === 'musl' ? '-static' : '',
|
||||||
])
|
])
|
||||||
->configure(
|
->configure(
|
||||||
'--enable-overwrite',
|
'--enable-overwrite',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user