This commit is contained in:
DubbleClick 2025-06-27 19:27:02 +07:00
parent e6bec8eb57
commit 383045d1c0
2 changed files with 2 additions and 2 deletions

View File

@ -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',