gobject-introspection: enable gir for i686-musl

This commit is contained in:
Jürgen Buchmüller 2019-02-23 20:32:48 +01:00
parent bc7238f708
commit 1f1f5e3f2b

View file

@ -26,7 +26,7 @@ if [ "$CROSS_BUILD" ]; then
fi
case "$XBPS_TARGET_MACHINE" in
x86_64-musl) ;;
i686-musl|x86_64-musl) ;;
*-musl) broken="Errors out when building any package that uses gir" ;;
esac