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 4c56c96 commit 3d19299Copy full SHA for 3d19299
src/SPC/builder/unix/library/libxslt.php
@@ -43,7 +43,7 @@ protected function build(): void
43
}
44
$ac->configure()->make();
45
46
- $this->patchPkgconfPrefix(['libxslt.pc']);
+ $this->patchPkgconfPrefix(['libexslt.pc', 'libxslt.pc']);
47
$this->patchLaDependencyPrefix();
48
shell()->cd(BUILD_LIB_PATH)
49
->exec("ar -t libxslt.a | grep '\\.a$' | xargs -n1 ar d libxslt.a")
0 commit comments