From 97c939c67792fc7d889bdefbf560dc858f06e971 Mon Sep 17 00:00:00 2001 From: Ariadne Conill <ariadne@dereferenced.org> Date: Fri, 21 May 2021 01:20:42 -0600 Subject: [PATCH] testing/libretro-ppsspp: disable on mips64 --- testing/libretro-ppsspp/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/libretro-ppsspp/APKBUILD b/testing/libretro-ppsspp/APKBUILD index 5ff065489351..6594237c528c 100644 --- a/testing/libretro-ppsspp/APKBUILD +++ b/testing/libretro-ppsspp/APKBUILD @@ -11,7 +11,7 @@ _commit_rapidjson="73063f5002612c6bf64fe24f851cd5cc0d83eef9" _commit_spirv_cross="9acb9ec31f5a8ef80ea6b994bb77be787b08d3d1" pkgdesc="libretro core for ppsspp" url="https://github.com/hrydgard/ppsspp" -arch="all !s390x" +arch="all !s390x !mips64" license="GPL-2.0-only" makedepends="cmake ffmpeg-dev -- GitLab