hooks/musl-override-config: activate this for musl targets.
This commit is contained in:
parent
0ca0c67819
commit
ee7d319c73
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
hook() {
|
hook() {
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
aarch64*);;
|
aarch64*|*-musl);;
|
||||||
*) return 0;;
|
*) return 0;;
|
||||||
esac
|
esac
|
||||||
if [ -z "$build_style" -o "$build_style" = "gnu-configure" ]; then
|
if [ -z "$build_style" -o "$build_style" = "gnu-configure" ]; then
|
||||||
|
|
Loading…
Reference in a new issue