texstudio: fix build on ppc32 (crash handler fails to build)
This commit is contained in:
parent
0b2e499aca
commit
76cc17458b
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue