gxi: broken x86_64-musl

This commit is contained in:
maxice8 2019-02-04 01:52:34 -02:00
parent 93856029cc
commit 4f4657d90e
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -14,8 +14,8 @@ distfiles="https://github.com/Cogitri/gxi/releases/download/v${version}/gxi-${ve
checksum=3e5420a284d685490887d96aba2a2eab9d41a6baa1e6b800d077e2ecf246422f checksum=3e5420a284d685490887d96aba2a2eab9d41a6baa1e6b800d077e2ecf246422f
case "$XBPS_TARGET_MACHINE" in case "$XBPS_TARGET_MACHINE" in
x86_64-musl) ;; x86_64-musl) broken="error: Could not compile 'gio'." ;;
*-musl) broken="error: Could not compile 'glib'." ; *-musl) broken="error: Could not compile 'glib'." ;;
esac esac
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then