texstudio: aarch64 broken
This commit is contained in:
parent
66142a80da
commit
dca1b50035
1 changed files with 4 additions and 2 deletions
|
@ -21,10 +21,12 @@ desc_option_phonon="build with phonon support"
|
|||
desc_option_poppler="build with poppler (=internal pdf preview)"
|
||||
build_options_default="phonon poppler"
|
||||
|
||||
if [ -n "$CROSS_BUILD" ]; then
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" ${makedepends}"
|
||||
fi
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
aarch64*) configure_args+=" NO_CRASH_HANDLER=true" ;;
|
||||
aarch64*)
|
||||
configure_args+=" NO_CRASH_HANDLER=true"
|
||||
broken="Currently blocking the builder";;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue