hooks/musl-override-config: activate this for musl targets.

This commit is contained in:
Juan RP 2015-05-12 22:58:24 +02:00
parent 0ca0c67819
commit ee7d319c73
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
hook() {
case "$XBPS_TARGET_MACHINE" in
aarch64*);;
aarch64*|*-musl);;
*) return 0;;
esac
if [ -z "$build_style" -o "$build_style" = "gnu-configure" ]; then