Skip to content

Commit bb784c4

Browse files
eriktamlinnashif
authored andcommitted
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>
1 parent 7af6396 commit bb784c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/percepio/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ if(CONFIG_PERCEPIO_TRACERECORDER)
104104
)
105105

106106
set_property(GLOBAL APPEND PROPERTY extra_post_build_commands
107-
COMMAND python3 ${TRACERECORDER_DIR}/kernelports/Zephyr/scripts/tz_parse_syscalls.py ${CMAKE_BINARY_DIR} ${ZEPHYR_BASE}
107+
COMMAND ${PYTHON_EXECUTABLE} ${TRACERECORDER_DIR}/kernelports/Zephyr/scripts/tz_parse_syscalls.py ${CMAKE_BINARY_DIR} ${ZEPHYR_BASE}
108108
)
109109

110110
endif()

0 commit comments

Comments
 (0)