sys-devel/clang: Fix using external lit
authorMichał Górny <mgorny@gentoo.org>
Sat, 30 Sep 2017 21:38:55 +0000 (23:38 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 1 Oct 2017 09:02:23 +0000 (11:02 +0200)
sys-devel/clang/clang-9999.ebuild

index b64ba22305c93afdfa2bbca834fcb92fe8fef0e4..1fbc8a1f8e60a4b40b65ae47b969da21334e6387 100644 (file)
@@ -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