From 1f1f5e3f2b490204fc12c595ce4f13a2f8ebb6b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sat, 23 Feb 2019 20:32:48 +0100 Subject: [PATCH] gobject-introspection: enable gir for i686-musl --- srcpkgs/gobject-introspection/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gobject-introspection/template b/srcpkgs/gobject-introspection/template index 9dd38c35bdd..e225444f9d4 100644 --- a/srcpkgs/gobject-introspection/template +++ b/srcpkgs/gobject-introspection/template @@ -26,7 +26,7 @@ if [ "$CROSS_BUILD" ]; then fi case "$XBPS_TARGET_MACHINE" in - x86_64-musl) ;; + i686-musl|x86_64-musl) ;; *-musl) broken="Errors out when building any package that uses gir" ;; esac