Skip to content
Snippets Groups Projects

community/fs-uae: fix build failure on loongarch64

Merged Zewei Yang requested to merge yzewei/aports:fs-uae into master
1 file
+ 8
0
Compare changes
  • Side-by-side
  • Inline
+ 8
0
@@ -17,6 +17,11 @@ source="
"
options="!check"
prepare() {
default_prepare
update_config_sub
}
build() {
local _jitoptions=
case "$CARCH" in
@@ -28,6 +33,9 @@ build() {
riscv64)
_jitoptions="--disable-jit"
;;
loongarch64)
_jitoptions="--disable-jit"
;;
esac
./configure \
Loading