gnome-builder: broken armv*

This commit is contained in:
maxice8 2019-03-24 18:01:58 -03:00
parent 974e42640b
commit 12b8ea3602
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

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