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 1bc0b08 commit 94a761bCopy full SHA for 94a761b
lldb/source/API/CMakeLists.txt
@@ -326,7 +326,7 @@ foreach(header
326
endforeach()
327
328
add_custom_command(TARGET liblldb POST_BUILD
329
- COMMAND ${LLDB_SOURCE_DIR}/scripts/version-header-fix.py ${LLDB_SOURCE_DIR}/include/lldb/lldb-defines.h ${lldb_header_staging_dir}/lldb-defines.h ${LLDB_VERSION_MAJOR} ${LLDB_VERSION_MINOR} ${LLDB_VERSION_PATCH}
+ COMMAND "${Python3_EXECUTABLE}" ${LLDB_SOURCE_DIR}/scripts/version-header-fix.py ${LLDB_SOURCE_DIR}/include/lldb/lldb-defines.h ${lldb_header_staging_dir}/lldb-defines.h ${LLDB_VERSION_MAJOR} ${LLDB_VERSION_MINOR} ${LLDB_VERSION_PATCH}
330
)
331
add_custom_target(liblldb-header-staging DEPENDS ${lldb_staged_headers})
332
add_dependencies(liblldb liblldb-header-staging)
0 commit comments