This commit is contained in:
henderkes
2026-02-20 08:42:30 +07:00
parent 101b4febb9
commit 17acb966de
14 changed files with 18 additions and 23 deletions

View File

@@ -133,8 +133,8 @@ class UnixAutoconfExecutor extends Executor
private function getDefaultConfigureArgs(): array
{
return [
getenv('SPC_STATIC_LIBS') ? '--disable-shared' : '--enable-shared',
getenv('SPC_STATIC_LIBS') ? '--enable-static' : '--enable-static', // TODO: not always static
'--enable-static',
'--enable-shared',
"--prefix={$this->library->getBuildRootPath()}",
'--with-pic',
'--enable-pic',