Skip to content

Commit 16a36b8

Browse files
committed
damn comma
1 parent 861c49c commit 16a36b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SPC/builder/unix/library/libxslt.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ protected function build(): void
2828
->setEnv([
2929
'CFLAGS' => trim($this->getLibExtraCFlags() . ' -I' . BUILD_INCLUDE_PATH),
3030
'LDFLAGS' => trim($this->getLibExtraLdFlags() . ' -L' . BUILD_LIB_PATH),
31-
'LIBS' => trim($this->getLibExtraLibs() . "{$required_libs} -lstdc++")
31+
'LIBS' => trim($this->getLibExtraLibs() . "{$required_libs} -lstdc++"),
3232
])
3333
->execWithEnv(
3434
"{$this->builder->getOption('library_path')} " .

0 commit comments

Comments
 (0)