diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-10-11 12:48:00 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-10-11 12:58:50 +0200 |
commit | db92e5d90ca561a766cd9a3263aac08dae5146b6 (patch) | |
tree | 3dba02295e38d49c2c4049ec35bb954eab0e9960 /sys-devel/lld/lld-16.0.0.9999.ebuild | |
parent | sys-devel/clang: Remove redundant LLVM_MAIN_SRC_DIR (diff) | |
download | gentoo-db92e5d90ca561a766cd9a3263aac08dae5146b6.tar.gz gentoo-db92e5d90ca561a766cd9a3263aac08dae5146b6.tar.bz2 gentoo-db92e5d90ca561a766cd9a3263aac08dae5146b6.zip |
sys-devel/lld: Remove redundant LLVM_MAIN_SRC_DIR
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel/lld/lld-16.0.0.9999.ebuild')
-rw-r--r-- | sys-devel/lld/lld-16.0.0.9999.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys-devel/lld/lld-16.0.0.9999.ebuild b/sys-devel/lld/lld-16.0.0.9999.ebuild index 1e2823720759..7eaee12b2222 100644 --- a/sys-devel/lld/lld-16.0.0.9999.ebuild +++ b/sys-devel/lld/lld-16.0.0.9999.ebuild @@ -65,7 +65,6 @@ src_configure() { local mycmakeargs=( -DBUILD_SHARED_LIBS=ON -DLLVM_INCLUDE_TESTS=$(usex test) - -DLLVM_MAIN_SRC_DIR="${WORKDIR}/llvm" ) use test && mycmakeargs+=( -DLLVM_EXTERNAL_LIT="${EPREFIX}/usr/bin/lit" |