mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/libc++: disable on ppc64le and s390x
those does not have llvm-libunwind
This commit is contained in:
parent
3b5707d385
commit
09eea1dc47
@ -7,7 +7,7 @@ pkgrel=0
|
||||
_llvmver=${pkgver%%.*}
|
||||
pkgdesc="A new implementation of the C++ standard library, targeting C++11"
|
||||
url="http://libcxx.llvm.org/"
|
||||
arch="all"
|
||||
arch="all !ppc64le !s390x"
|
||||
license="UOI-NCSA"
|
||||
makedepends="cmake
|
||||
clang>=$_llvmver
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user