We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 861c49c commit 16a36b8Copy full SHA for 16a36b8
1 file changed
src/SPC/builder/unix/library/libxslt.php
@@ -28,7 +28,7 @@ protected function build(): void
28
->setEnv([
29
'CFLAGS' => trim($this->getLibExtraCFlags() . ' -I' . BUILD_INCLUDE_PATH),
30
'LDFLAGS' => trim($this->getLibExtraLdFlags() . ' -L' . BUILD_LIB_PATH),
31
- 'LIBS' => trim($this->getLibExtraLibs() . "{$required_libs} -lstdc++")
+ 'LIBS' => trim($this->getLibExtraLibs() . "{$required_libs} -lstdc++"),
32
])
33
->execWithEnv(
34
"{$this->builder->getOption('library_path')} " .
0 commit comments