mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-13 11:22:03 +00:00
[lldb/Plugins] Conditionally build OperatingSystemPython.
Only build the Python Operating System Plugin when LLDB_ENABLE_PYTHON is set to true.
This commit is contained in:
parent
fdc122e4ed
commit
b0cb98b1f5
@ -1 +1,3 @@
|
||||
add_subdirectory(Python)
|
||||
if (LLDB_ENABLE_PYTHON)
|
||||
add_subdirectory(Python)
|
||||
endif()
|
||||
|
Loading…
x
Reference in New Issue
Block a user