mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
texstudio: unbreak on aarch64*
This commit is contained in:
parent
9c21e227d8
commit
58c5d42ff4
1 changed files with 1 additions and 2 deletions
|
@ -27,6 +27,5 @@ fi
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
aarch64*)
|
aarch64*)
|
||||||
configure_args+=" NO_CRASH_HANDLER=true"
|
configure_args+=" NO_CRASH_HANDLER=true" ;;
|
||||||
broken="Currently blocking the builder";;
|
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Add table
Reference in a new issue