diff options
-rw-r--r-- | testing/shine/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/shine/APKBUILD b/testing/shine/APKBUILD index 0f23e53fb1..4d370a6a6b 100644 --- a/testing/shine/APKBUILD +++ b/testing/shine/APKBUILD @@ -5,7 +5,7 @@ pkgver=3.1.1 pkgrel=0 pkgdesc="Shine: fast fixed-point mp3 encoding" url="https://github.com/toots/shine" -arch="all" +arch="all !mips64" # mips ASM does not work on N64 license="LGPL-2.0" depends="" depends_dev="" |