hooks/musl-override-config: activate this for musl targets.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user