We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5aa7fc commit 0695fb9Copy full SHA for 0695fb9
src/SPC/builder/Extension.php
@@ -405,7 +405,7 @@ public function buildUnixShared(): void
405
'LDFLAGS' => $config['ldflags'],
406
'LIBS' => $preStatic . $staticLibString . $postStatic . $sharedLibString,
407
'LD_LIBRARY_PATH' => BUILD_LIB_PATH,
408
- 'COMPILER_EXTRA' => '-lstdc++'
+ 'COMPILER_EXTRA' => '-lstdc++',
409
];
410
411
if ($this->patchBeforeSharedPhpize()) {
0 commit comments