diff options
Diffstat (limited to 'testing/fs-uae/APKBUILD')
-rw-r--r-- | testing/fs-uae/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/fs-uae/APKBUILD b/testing/fs-uae/APKBUILD index 03e4f1f423..275cd03522 100644 --- a/testing/fs-uae/APKBUILD +++ b/testing/fs-uae/APKBUILD @@ -6,7 +6,7 @@ pkgver=2.8.4 pkgrel=1 pkgdesc="Amiga emulator." url="https://fs-uae.net/" -arch="all !armhf !aarch64" # --enable-jit not supported for these arches +arch="all !armhf !aarch64 !s390x" # --enable-jit not supported for these arches license="GPL-2.0-only" makedepends="zip clang-dev sdl2-dev libpng-dev libx11-dev libxi-dev openal-soft-dev linux-headers libmpeg2-dev glib-dev" subpackages="$pkgname-lang" |