tracker: enable gobject-introspection for i686-musl

This commit is contained in:
Jürgen Buchmüller 2019-02-24 20:34:49 +01:00
parent dfe40f7b21
commit eae5afc05f

View file

@ -23,7 +23,7 @@ if [ "$CROSS_BUILD" ]; then
fi
case "$XBPS_TARGET_MACHINE" in
x86_64-musl) ;;
i686-musl|x86_64-musl) ;;
*-musl) broken="gobject-introspection" ;;
esac