This commit is contained in:
DubbleClick 2025-07-02 09:33:33 +07:00
parent b5aa7fc213
commit 0695fb9381

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++'
'COMPILER_EXTRA' => '-lstdc++',
];
if ($this->patchBeforeSharedPhpize()) {