template-glib: enable for i686-musl
This commit is contained in:
parent
bf04d69100
commit
dfe40f7b21
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ distfiles="${GNOME_SITE}/template-glib/${version%.*}/template-glib-${version}.ta
|
||||||
checksum=cf690d391bfc71036e31867df6da90315a3db83f739a8657f580b941b96e3649
|
checksum=cf690d391bfc71036e31867df6da90315a3db83f739a8657f580b941b96e3649
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
x86_64-musl) ;;
|
i686-musl|x86_64-musl) ;;
|
||||||
*-musl) broken="hard-requires gobject-introspection" ;;
|
*-musl) broken="hard-requires gobject-introspection" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue