diff options
Diffstat (limited to 'main/libunwind/APKBUILD')
-rw-r--r-- | main/libunwind/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/libunwind/APKBUILD b/main/libunwind/APKBUILD index 38a878f0f6..dda0083f84 100644 --- a/main/libunwind/APKBUILD +++ b/main/libunwind/APKBUILD @@ -6,7 +6,7 @@ _pkgver=${pkgver/_/-} pkgrel=0 pkgdesc="Portable and efficient C programming interface (API) to determine the call-chain of a program" url="http://www.nongnu.org/libunwind/" -arch="all !s390x" +arch="all !s390x !x86 !ppc64le" license="MIT" depends="" depends_dev="libexecinfo-dev" |