[lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHON
This matches the naming scheme used by LLVM and all the other optional dependencies in LLDB. Differential revision: https://reviews.llvm.org/D71482
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
#include "lldb/Host/Config.h"
|
||||
|
||||
#ifndef LLDB_DISABLE_PYTHON
|
||||
#if LLDB_ENABLE_PYTHON
|
||||
|
||||
#include "lldb/Target/OperatingSystem.h"
|
||||
#include "lldb/Utility/StructuredData.h"
|
||||
@@ -82,6 +82,6 @@ protected:
|
||||
lldb_private::StructuredData::ObjectSP m_python_object_sp;
|
||||
};
|
||||
|
||||
#endif // LLDB_DISABLE_PYTHON
|
||||
#endif
|
||||
|
||||
#endif // liblldb_OperatingSystemPython_h_
|
||||
|
||||
Reference in New Issue
Block a user