We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 033960d commit de62e89Copy full SHA for de62e89
lldb/cmake/modules/LLDBConfig.cmake
@@ -211,6 +211,11 @@ if (LLDB_ENABLE_PYTHON)
211
set(LLDB_PYTHON_HOME "${PYTHON_HOME}" CACHE STRING
212
"Path to use as PYTHONHOME in lldb. If a relative path is specified, it will be resolved at runtime relative to liblldb directory.")
213
endif()
214
+else()
215
+ if(LLVM_DISTRIBUTION_COMPONENTS)
216
+ list(REMOVE_ITEM LLVM_DISTRIBUTION_COMPONENTS lldb-python-scripts)
217
+ set(LLVM_DISTRIBUTION_COMPONENTS ${LLVM_DISTRIBUTION_COMPONENTS} CACHE STRING "" FORCE)
218
+ endif()
219
220
221
if (LLVM_EXTERNAL_CLANG_SOURCE_DIR)
0 commit comments