diff options
Diffstat (limited to 'community/binaryen')
-rw-r--r-- | community/binaryen/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/binaryen/APKBUILD b/community/binaryen/APKBUILD index 66ac800a5f..8fd9abb6e3 100644 --- a/community/binaryen/APKBUILD +++ b/community/binaryen/APKBUILD @@ -6,7 +6,7 @@ pkgrel=1 pkgdesc="Compiler infrastructure and toolchain library for WebAssembly, in C++" options="!check" # Tests require python2 url="https://github.com/WebAssembly/binaryen" -arch="all !s390x" +arch="all !s390x !mips !mips64" license="Apache-2.0" makedepends="cmake" checkdepends="nodejs" # python2" |