mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 12:54:52 +08:00
cs fixer
This commit is contained in:
parent
b5aa7fc213
commit
0695fb9381
@ -405,7 +405,7 @@ class Extension
|
|||||||
'LDFLAGS' => $config['ldflags'],
|
'LDFLAGS' => $config['ldflags'],
|
||||||
'LIBS' => $preStatic . $staticLibString . $postStatic . $sharedLibString,
|
'LIBS' => $preStatic . $staticLibString . $postStatic . $sharedLibString,
|
||||||
'LD_LIBRARY_PATH' => BUILD_LIB_PATH,
|
'LD_LIBRARY_PATH' => BUILD_LIB_PATH,
|
||||||
'COMPILER_EXTRA' => '-lstdc++'
|
'COMPILER_EXTRA' => '-lstdc++',
|
||||||
];
|
];
|
||||||
|
|
||||||
if ($this->patchBeforeSharedPhpize()) {
|
if ($this->patchBeforeSharedPhpize()) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user