This commit is contained in:
henderkes 2026-02-20 10:31:12 +07:00
parent ed1e02823a
commit 53385d5e2b

View File

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