hexchat: enable luajit on aarch64

[ci skip]
This commit is contained in:
q66 2019-01-22 12:21:45 +01:00 committed by maxice8
parent c2a2cbea53
commit 2272cf57f3
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'hexchat'
pkgname=hexchat
version=2.14.2
revision=3
revision=4
build_style=meson
configure_args="-Dwith-dbus=true -Dwith-ssl=true -Dwith-text=false
-Dwith-perl=/usr/bin/perl -Dwith-python=python3
@ -22,7 +22,6 @@ build_options="LuaJIT"
case "$XBPS_TARGET_MACHINE" in
arm*-musl) : "LuaJIT is broken for musl cross arches" ;;
aarch64*) : "LuaJIT is not supported on aarch64" ;;
*) build_options_default+=" LuaJIT" ;;
esac
lib32disabled=yes