aboutsummaryrefslogtreecommitdiffstats
path: root/community/lua-dromozoa-utf8/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/lua-dromozoa-utf8/APKBUILD')
-rw-r--r--community/lua-dromozoa-utf8/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/lua-dromozoa-utf8/APKBUILD b/community/lua-dromozoa-utf8/APKBUILD
index a28cdc5f7a3..97de13b9b8b 100644
--- a/community/lua-dromozoa-utf8/APKBUILD
+++ b/community/lua-dromozoa-utf8/APKBUILD
@@ -14,7 +14,7 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/dromozoa/$_rockname/archive/
builddir="$srcdir/$_rockname-$pkgver"
case "$CARCH" in
- ppc64le|riscv64) checkdepends=""; _luajit="";;
+ ppc64le|riscv64|loongarch64) checkdepends=""; _luajit="";;
*) checkdepends="luajit"; _luajit="jit";;
esac