Skip to content

Commit

Permalink
dev-ml/llvm-ocaml: Fix using external lit
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Oct 1, 2017
1 parent b466c02 commit 9b93b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9b93b1a

Please sign in to comment.