diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-11-18 11:37:49 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-11-18 13:19:44 +0100 |
commit | 8abd4a63a50e29b0a64225dc8eb12e83f0d74267 (patch) | |
tree | a9ad35507f8d7f89494fd0ef05313b44282608c1 /dev-util/lldb | |
parent | net-print/hplip: Remove old. (diff) | |
download | gentoo-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.ebuild | 1 |
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)" |