orca: enable gobject-introspection for i686-musl
This commit is contained in:
parent
2b04bba1b1
commit
bf04d69100
1 changed files with 1 additions and 1 deletions
|
@ -21,6 +21,6 @@ if [ "$CROSS_BUILD" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
x86_64-musl) ;;
|
i686-musl|x86_64-musl) ;;
|
||||||
*-musl) broken="Requires gobject-introspection" ;;
|
*-musl) broken="Requires gobject-introspection" ;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in a new issue