gxi: broken armv*-musl|aarch64-musl

This commit is contained in:
maxice8 2019-02-04 00:29:06 -02:00
parent 8339a578fc
commit 93856029cc
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -13,6 +13,11 @@ homepage="https://github.com/Cogitri/gxi"
distfiles="https://github.com/Cogitri/gxi/releases/download/v${version}/gxi-${version}.tar.xz"
checksum=3e5420a284d685490887d96aba2a2eab9d41a6baa1e6b800d077e2ecf246422f
case "$XBPS_TARGET_MACHINE" in
x86_64-musl) ;;
*-musl) broken="error: Could not compile 'glib'." ;
esac
if [ "$CROSS_BUILD" ]; then
configure_args+="-Drust-target=${RUST_TARGET}"
fi