summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ScriptInterpreter/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/CMakeLists.txt')
-rw-r--r--lldb/source/Plugins/ScriptInterpreter/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/ScriptInterpreter/CMakeLists.txt b/lldb/source/Plugins/ScriptInterpreter/CMakeLists.txt
index 5d8642eb07e..416f6800513 100644
--- a/lldb/source/Plugins/ScriptInterpreter/CMakeLists.txt
+++ b/lldb/source/Plugins/ScriptInterpreter/CMakeLists.txt
@@ -1,4 +1,4 @@
add_subdirectory(None)
-if (NOT LLDB_DISABLE_PYTHON)
+if (LLDB_ENABLE_PYTHON)
add_subdirectory(Python)
endif()
OpenPOWER on IntegriCloud