libcxxabi: drop hostmakedepends provided by build_style

This commit is contained in:
Michael Gehring 2016-11-08 12:08:10 +01:00
parent a695f3fe4f
commit 931fa8042a
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ wrksrc="${pkgname}-${version}.src"
build_style=cmake
configure_args="-DLIBCXXABI_LIBCXX_INCLUDES=../libcxx/include"
make_build_args="VERBOSE=1"
hostmakedepends="cmake"
makedepends="llvm llvm-libunwind-devel"
LDFLAGS="-Wl,--no-as-needed -lunwind -Wl,--as-needed"
short_desc="Low-level support for libc++ standard library"