gobject-introspection: *-musl cross broken

This commit is contained in:
maxice8 2019-02-02 23:31:04 -02:00 committed by maxice8
parent 0674a6e010
commit c9117f19cf

View File

@ -25,6 +25,11 @@ if [ "$CROSS_BUILD" ]; then
-Dpkgconfig-sysroot-path=${XBPS_CROSS_BASE}"
fi
case "$XBPS_TARGET_MACHINE" in
x86_64-musl) ;;
*-musl) broken="Errors out when building any package that uses gir" ;;
esac
post_install() {
# Install our wrappers system-wide, they are required for building all other
# gobject-based packages.