rename COMPILER_EXTRA to SPC_COMPILER_EXTRA

This commit is contained in:
DubbleClick
2025-07-04 14:39:42 +07:00
parent 94c38df1ba
commit 013a19e25b
6 changed files with 10 additions and 10 deletions

View File

@@ -405,7 +405,7 @@ class Extension
'LDFLAGS' => $config['ldflags'],
'LIBS' => $preStatic . $staticLibString . $postStatic . $sharedLibString,
'LD_LIBRARY_PATH' => BUILD_LIB_PATH,
'COMPILER_EXTRA' => '-lstdc++',
'SPC_COMPILER_EXTRA' => '-lstdc++',
];
if ($this->patchBeforeSharedPhpize()) {