mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-04 20:02:57 +02:00
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
|
fi
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
aarch64*)
|
ppc64*) ;;
|
||||||
|
aarch64*|ppc*)
|
||||||
configure_args+=" NO_CRASH_HANDLER=true" ;;
|
configure_args+=" NO_CRASH_HANDLER=true" ;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Add table
Reference in a new issue