orca: enable gobject-introspection for i686-musl

This commit is contained in:
Jürgen Buchmüller 2019-02-24 20:31:49 +01:00
parent 2b04bba1b1
commit bf04d69100
1 changed files with 1 additions and 1 deletions

View File

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