python-gobject: enable gir for i686-musl

This commit is contained in:
Jürgen Buchmüller 2019-02-23 22:44:12 +01:00
parent f2e60b3f9e
commit a0c792b4fc

View file

@ -18,7 +18,7 @@ distfiles="${GNOME_SITE}/pygobject/${version%.*}/pygobject-${version}.tar.xz"
checksum=2dc1a1a444b82955e65b81c2a2511ecf8032404beba4ef1d48144168f2f64c43
case "$XBPS_TARGET_MACHINE" in
x86_64-musl) ;;
i686-musl|x86_64-musl) ;;
*-musl) broken="Error relocating /usr/aarch64-linux-musl/usr/lib/libz.so.1: unsupported relocation type 1026" ;;
esac