mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-13 20:05:35 +08:00
cs fix
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user