mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-02 14:25:41 +08:00
cs fixer
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user