Skip to content

Commit 3d19299

Browse files
committed
Patch both
1 parent 4c56c96 commit 3d19299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ protected function build(): void
4343
}
4444
$ac->configure()->make();
4545

46-
$this->patchPkgconfPrefix(['libxslt.pc']);
46+
$this->patchPkgconfPrefix(['libexslt.pc', 'libxslt.pc']);
4747
$this->patchLaDependencyPrefix();
4848
shell()->cd(BUILD_LIB_PATH)
4949
->exec("ar -t libxslt.a | grep '\\.a$' | xargs -n1 ar d libxslt.a")

0 commit comments

Comments
 (0)