Skip to content

Commit 0695fb9

Browse files
committed
cs fixer
1 parent b5aa7fc commit 0695fb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SPC/builder/Extension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ public function buildUnixShared(): void
405405
'LDFLAGS' => $config['ldflags'],
406406
'LIBS' => $preStatic . $staticLibString . $postStatic . $sharedLibString,
407407
'LD_LIBRARY_PATH' => BUILD_LIB_PATH,
408-
'COMPILER_EXTRA' => '-lstdc++'
408+
'COMPILER_EXTRA' => '-lstdc++',
409409
];
410410

411411
if ($this->patchBeforeSharedPhpize()) {

0 commit comments

Comments
 (0)