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 800c126 commit a400ac0Copy full SHA for a400ac0
lldb/cmake/modules/LLDBConfig.cmake
@@ -181,7 +181,7 @@ if (LLDB_ENABLE_PYTHON)
181
endif()
182
183
if (SWIG_VERSION VERSION_GREATER_EQUAL "4.2"
184
- Python3_VERSION VERSION_GREATER_EQUAL "3.11"
+ AND Python3_VERSION VERSION_GREATER_EQUAL "3.11"
185
AND NOT LLDB_EMBED_PYTHON_HOME)
186
set(default_enable_python_limited_api ON)
187
else()
0 commit comments