Skip to content

Commit

Permalink
dev-util/lldb: 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 95bcf6d commit ae6e225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-util/lldb/lldb-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ src_configure() {
)
use test && mycmakeargs+=(
-DLLVM_MAIN_SRC_DIR="${WORKDIR}/llvm"
-DLIT_COMMAND="${EPREFIX}/usr/bin/lit"
-DLLVM_EXTERNAL_LIT="${EPREFIX}/usr/bin/lit"
)

cmake-utils_src_configure
Expand Down

0 comments on commit ae6e225

Please sign in to comment.