dev-util/lldb: Update one more CMake var
authorMichał Górny <mgorny@gentoo.org>
Sat, 14 Dec 2019 08:17:42 +0000 (09:17 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 14 Dec 2019 08:44:01 +0000 (09:44 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-util/lldb/lldb-10.0.0.9999.ebuild

index 2bcc54596df68d54e8062aa2e4134b372675ef7d..c2f8c7dded7c9d8422a7fd22cc521db387254d89 100644 (file)
@@ -49,7 +49,7 @@ src_configure() {
        local mycmakeargs=(
                -DLLDB_ENABLE_CURSES=$(usex ncurses)
                -DLLDB_ENABLE_LIBEDIT=$(usex libedit)
-               -DLLDB_DISABLE_PYTHON=$(usex !python)
+               -DLLDB_ENABLE_PYTHON=$(usex python)
                -DLLDB_ENABLE_LZMA=$(usex lzma)
                -DLLDB_USE_SYSTEM_SIX=1
                -DLLVM_ENABLE_TERMINFO=$(usex ncurses)