Skip to content
Snippets Groups Projects
Commit 6a4256b3 authored by Patrycja Rosa's avatar Patrycja Rosa :cat:
Browse files

community/libreoffice: build without java on loongarch64

parent fdba2172
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,7 @@ makedepends="
"
# openjdk isn't available on 32-bit
case $CARCH in
x86|arm*|riscv64)
x86|arm*|riscv64|loongarch64)
_have_java=false
;;
*)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment