aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/libretro-yabause/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/libretro-yabause/APKBUILD b/testing/libretro-yabause/APKBUILD
index 78e70837a3..b5dd6eba49 100644
--- a/testing/libretro-yabause/APKBUILD
+++ b/testing/libretro-yabause/APKBUILD
@@ -6,7 +6,7 @@ pkgrel=0
_commit="9be109f9032afa793d2a79b837c4cc232cea5929"
pkgdesc="Yabause/YabaSanshiro/Kronos ports to libretro"
url="https://github.com/libretro/yabause"
-arch="all !aarch64 !armv7 !armhf !ppc64le !s390x"
+arch="x86 x86_64" # uses SSE compiler flags
license="GPL-2.0-only"
source="$pkgname-$_commit.tar.gz::https://github.com/libretro/yabause/archive/$_commit.tar.gz"
builddir="$srcdir/yabause-$_commit"