mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-09 09:55:37 +08:00
Patch both
This commit is contained in:
@@ -43,7 +43,7 @@ trait libxslt
|
|||||||
}
|
}
|
||||||
$ac->configure()->make();
|
$ac->configure()->make();
|
||||||
|
|
||||||
$this->patchPkgconfPrefix(['libxslt.pc']);
|
$this->patchPkgconfPrefix(['libexslt.pc', 'libxslt.pc']);
|
||||||
$this->patchLaDependencyPrefix();
|
$this->patchLaDependencyPrefix();
|
||||||
shell()->cd(BUILD_LIB_PATH)
|
shell()->cd(BUILD_LIB_PATH)
|
||||||
->exec("ar -t libxslt.a | grep '\\.a$' | xargs -n1 ar d libxslt.a")
|
->exec("ar -t libxslt.a | grep '\\.a$' | xargs -n1 ar d libxslt.a")
|
||||||
|
|||||||
Reference in New Issue
Block a user