texstudio: unbreak on aarch64*

This commit is contained in:
maxice8 2019-01-07 19:55:14 -02:00
parent 9c21e227d8
commit 58c5d42ff4
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 1 additions and 2 deletions

View File

@ -27,6 +27,5 @@ fi
case "$XBPS_TARGET_MACHINE" in
aarch64*)
configure_args+=" NO_CRASH_HANDLER=true"
broken="Currently blocking the builder";;
configure_args+=" NO_CRASH_HANDLER=true" ;;
esac