libcxx: needs clang-tools-extra in hostmakedepends

This commit is contained in:
Jürgen Buchmüller 2020-07-28 12:59:50 +02:00
parent 5df538d522
commit 10a2e097e3

View file

@ -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>"