diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-09-30 23:38:55 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-10-01 11:02:23 +0200 |
commit | c968e83ab269c34f69e5ea77e237ce59b31b44eb (patch) | |
tree | 7f8f08760abe7f871c6fbc123ecba58c2477131a /sys-devel | |
parent | sys-devel/lld: Make the tests more verbose (diff) | |
download | gentoo-c968e83ab269c34f69e5ea77e237ce59b31b44eb.tar.gz gentoo-c968e83ab269c34f69e5ea77e237ce59b31b44eb.tar.bz2 gentoo-c968e83ab269c34f69e5ea77e237ce59b31b44eb.zip |
sys-devel/clang: Fix using external lit
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/clang/clang-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/clang/clang-9999.ebuild b/sys-devel/clang/clang-9999.ebuild index b64ba22305c9..1fbc8a1f8e60 100644 --- a/sys-devel/clang/clang-9999.ebuild +++ b/sys-devel/clang/clang-9999.ebuild @@ -137,7 +137,7 @@ multilib_src_configure() { ) use test && mycmakeargs+=( -DLLVM_MAIN_SRC_DIR="${WORKDIR}/llvm" - -DLIT_COMMAND="${EPREFIX}/usr/bin/lit" + -DLLVM_EXTERNAL_LIT="${EPREFIX}/usr/bin/lit" ) if multilib_is_native_abi; then |