mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
gobject-introspection: enable gir for i686-musl
This commit is contained in:
parent
bc7238f708
commit
1f1f5e3f2b
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ 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="Errors out when building any package that uses gir" ;;
|
*-musl) broken="Errors out when building any package that uses gir" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue