From: Michał Górny Date: Sat, 30 Sep 2017 21:38:03 +0000 (+0200) Subject: dev-ml/llvm-ocaml: Fix using external lit X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9b93b1af6ddd38da1f501344a9a1fab9cb484009;p=gentoo.git dev-ml/llvm-ocaml: Fix using external lit --- diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild index b4f26a2e7dd5..09f3c4149464 100644 --- a/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild +++ b/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild @@ -98,7 +98,7 @@ src_configure() { ) use test && mycmakeargs+=( - -DLIT_COMMAND="${EPREFIX}/usr/bin/lit" + -DLLVM_EXTERNAL_LIT="${EPREFIX}/usr/bin/lit" ) # LLVM_ENABLE_ASSERTIONS=NO does not guarantee this for us, #614844