Skip to content

Commit 3acbc03

Browse files
committed
contrib: Use 'python3' for python here too
Assume the host has a reasonable version of python rather than attempting to find exactly version 3.12 Signed-off-by: Keith Packard <[email protected]>
1 parent 24471af commit 3acbc03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/linux_build_toolchain.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ CT_LOG_EXTRA=y
120120
CT_LOG_LEVEL_MAX="EXTRA"
121121
CT_GDB_CROSS_PYTHON=y
122122
CT_GDB_CROSS_PYTHON_VARIANT=y
123-
CT_GDB_CROSS_PYTHON_BINARY="python3.12"
123+
CT_GDB_CROSS_PYTHON_BINARY="python3"
124124
CT_EXPERIMENTAL=y
125125
CT_ALLOW_BUILD_AS_ROOT=y
126126
CT_ALLOW_BUILD_AS_ROOT_SURE=y

0 commit comments

Comments
 (0)