gnome-builder: aarch64 broken as well

This commit is contained in:
maxice8 2019-03-24 19:53:10 -03:00
parent bb63b07c62
commit 21792f3e53
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -24,7 +24,7 @@ case "$XBPS_TARGET_MACHINE" in
*-musl) makedepends+=" libexecinfo-devel"
LIBS+=" -lexecinfo"
;;
armv*)
armv*|aarch64)
broken="llvm"
;;
esac