aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/binaryen/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/binaryen/APKBUILD b/community/binaryen/APKBUILD
index 502e3a6a02..ffc6180af2 100644
--- a/community/binaryen/APKBUILD
+++ b/community/binaryen/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.37.12
pkgrel=0
pkgdesc="Compiler infrastructure and toolchain library for WebAssembly, in C++"
url="https://github.com/WebAssembly/binaryen"
-arch="all"
+arch="all !s390x"
license="ASL-2.0"
makedepends="cmake"
checkdepends="nodejs python2"