mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-17 20:34:51 +08:00
cs fixer
This commit is contained in:
parent
b5aa7fc213
commit
0695fb9381
@ -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()) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user