modules: percepio: Fix python executable name
Fix python executable name in percepio module's CMakeLists.txt Signed-off-by: Erik Tamlin <erik.tamlin@percepio.com>
This commit is contained in:
parent
7af6396a0d
commit
bb784c45dd
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ if(CONFIG_PERCEPIO_TRACERECORDER)
|
|||
)
|
||||
|
||||
set_property(GLOBAL APPEND PROPERTY extra_post_build_commands
|
||||
COMMAND python3 ${TRACERECORDER_DIR}/kernelports/Zephyr/scripts/tz_parse_syscalls.py ${CMAKE_BINARY_DIR} ${ZEPHYR_BASE}
|
||||
COMMAND ${PYTHON_EXECUTABLE} ${TRACERECORDER_DIR}/kernelports/Zephyr/scripts/tz_parse_syscalls.py ${CMAKE_BINARY_DIR} ${ZEPHYR_BASE}
|
||||
)
|
||||
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Reference in a new issue