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

index c1fd48b6c2bd8416fc191d48c3bd9fd31e30920a..f5b134b5333dcdd38d06843f66464fcb31ff1fea 100644 (file)
@@ -139,7 +139,7 @@ multilib_src_configure() {
 #      fi
 
        use test && mycmakeargs+=(
-               -DLIT_COMMAND="${EPREFIX}/usr/bin/lit"
+               -DLLVM_EXTERNAL_LIT="${EPREFIX}/usr/bin/lit"
        )
 
        if multilib_is_native_abi; then