libcxx: needs clang-tools-extra in hostmakedepends
This commit is contained in:
parent
5df538d522
commit
10a2e097e3
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ build_style=cmake
|
|||
configure_args+=" -DLIBCXX_CXX_ABI=libcxxabi -DLIBCXX_ENABLE_STATIC_ABI_LIBRARY=ON
|
||||
-DLIBCXX_CXX_ABI_LIBRARY_PATH=${XBPS_CROSS_BASE}/usr/lib
|
||||
-DLIBCXXABI_USE_LLVM_UNWINDER=1"
|
||||
hostmakedepends="llvm10 python3"
|
||||
makedepends="libcxxabi-devel llvm llvm-libunwind-devel"
|
||||
hostmakedepends="llvm10 clang-tools-extra python3"
|
||||
makedepends="libcxxabi-devel llvm10 llvm-libunwind-devel"
|
||||
make_build_args="VERBOSE=1"
|
||||
short_desc="New implementation of the C++ standard library, targeting C++11, C++14 and above"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue