texstudio: fix build on ppc32 (crash handler fails to build)

This commit is contained in:
q66 2020-01-10 17:45:25 +01:00
parent 0b2e499aca
commit 76cc17458b
1 changed files with 2 additions and 1 deletions

View File

@ -27,6 +27,7 @@ if [ "$CROSS_BUILD" ]; then
fi
case "$XBPS_TARGET_MACHINE" in
aarch64*)
ppc64*) ;;
aarch64*|ppc*)
configure_args+=" NO_CRASH_HANDLER=true" ;;
esac