gxi: broken armv*-musl|aarch64-musl
This commit is contained in:
parent
8339a578fc
commit
93856029cc
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue