summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-11-18 11:37:49 +0100
committerMichał Górny <mgorny@gentoo.org>2017-11-18 13:19:44 +0100
commit8abd4a63a50e29b0a64225dc8eb12e83f0d74267 (patch)
treea9ad35507f8d7f89494fd0ef05313b44282608c1 /dev-util/lldb
parentnet-print/hplip: Remove old. (diff)
downloadgentoo-8abd4a63a50e29b0a64225dc8eb12e83f0d74267.tar.gz
gentoo-8abd4a63a50e29b0a64225dc8eb12e83f0d74267.tar.bz2
gentoo-8abd4a63a50e29b0a64225dc8eb12e83f0d74267.zip
dev-util/lldb: Fix building tests in -9999
Diffstat (limited to 'dev-util/lldb')
-rw-r--r--dev-util/lldb/lldb-9999.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-util/lldb/lldb-9999.ebuild b/dev-util/lldb/lldb-9999.ebuild
index 8dd6d2049e91..143975f66c9a 100644
--- a/dev-util/lldb/lldb-9999.ebuild
+++ b/dev-util/lldb/lldb-9999.ebuild
@@ -68,6 +68,7 @@ src_configure() {
-DLLDB_DISABLE_PYTHON=$(usex !python)
-DLLVM_ENABLE_TERMINFO=$(usex ncurses)
+ -DLLDB_INCLUDE_TESTS=$(usex test)
-DLLVM_BUILD_TESTS=$(usex test)
# compilers for lit tests
-DLLDB_TEST_C_COMPILER="$(type -P clang)"