mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-14 04:15:35 +08:00
damn comma
This commit is contained in:
@@ -28,7 +28,7 @@ trait libxslt
|
|||||||
->setEnv([
|
->setEnv([
|
||||||
'CFLAGS' => trim($this->getLibExtraCFlags() . ' -I' . BUILD_INCLUDE_PATH),
|
'CFLAGS' => trim($this->getLibExtraCFlags() . ' -I' . BUILD_INCLUDE_PATH),
|
||||||
'LDFLAGS' => trim($this->getLibExtraLdFlags() . ' -L' . BUILD_LIB_PATH),
|
'LDFLAGS' => trim($this->getLibExtraLdFlags() . ' -L' . BUILD_LIB_PATH),
|
||||||
'LIBS' => trim($this->getLibExtraLibs() . "{$required_libs} -lstdc++")
|
'LIBS' => trim($this->getLibExtraLibs() . "{$required_libs} -lstdc++"),
|
||||||
])
|
])
|
||||||
->execWithEnv(
|
->execWithEnv(
|
||||||
"{$this->builder->getOption('library_path')} " .
|
"{$this->builder->getOption('library_path')} " .
|
||||||
|
|||||||
Reference in New Issue
Block a user