bring back setting, some libraries don't build a static version if the shared one should also be built...

This commit is contained in:
henderkes
2026-02-20 10:30:48 +07:00
parent cc69a169a8
commit ed1e02823a
10 changed files with 11 additions and 11 deletions

View File

@@ -134,7 +134,7 @@ class UnixAutoconfExecutor extends Executor
{
return [
'--enable-static',
'--enable-shared',
(getenv('SPC_LINK_STATIC') ? '--disable-shared' : '--enable-shared'),
"--prefix={$this->library->getBuildRootPath()}",
'--with-pic',
'--enable-pic',