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.
2 parents 5f21eb4 + d013556 commit 4eb9dc6Copy full SHA for 4eb9dc6
lldb/bindings/python/CMakeLists.txt
@@ -5,7 +5,7 @@ add_custom_command(
5
DEPENDS ${SWIG_INTERFACES}
6
DEPENDS ${SWIG_HEADERS}
7
DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/prepare_binding_python.py
8
- COMMAND ${PYTHON_EXECUTABLE} ${LLDB_SOURCE_DIR}/bindings/prepare_bindings.py
+ COMMAND ${Python3_EXECUTABLE} ${LLDB_SOURCE_DIR}/bindings/prepare_bindings.py
9
${framework_arg}
10
--srcRoot=${LLDB_SOURCE_DIR}
11
--targetDir=${CMAKE_CURRENT_BINARY_DIR}
0 commit comments