libcxxabi: remove VERBOSE=1 make_build_args

This commit is contained in:
John 2021-02-08 19:41:06 +01:00
parent 0a3715ad0b
commit 833c5c20ec

View file

@ -7,7 +7,6 @@ build_style=cmake
configure_args="-DLIBCXXABI_LIBCXX_INCLUDES=../../libcxx/include
-DLIBCXXABI_USE_LLVM_UNWINDER=1
-DLLVM_DEFAULT_TARGET_TRIPLE=${XBPS_CROSS_TRIPLET:-$XBPS_TRIPLET}"
make_build_args="VERBOSE=1"
hostmakedepends="clang-tools-extra llvm11"
makedepends="llvm11 llvm-libunwind-devel"
short_desc="Low-level support for libc++ standard library"