From 71d729357f3163b1e718f49c9dd1bbdf7aa454b8 Mon Sep 17 00:00:00 2001 From: Momtchil Momtchev Date: Wed, 7 Feb 2024 21:55:57 +0100 Subject: [PATCH] fix the link creation --- build_python.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_python.sh b/build_python.sh index 7a7eae6..953ecf0 100644 --- a/build_python.sh +++ b/build_python.sh @@ -45,6 +45,6 @@ if [ ! -d "$1" ] || [ ! -r "${LIBNAME}" ]; then make -j4 install ) rm -f $1/python - [ ! -r $1/bin/python3 ] && ln -s python3 $1/bin/python3.12 + [ ! -r $1/bin/python3 ] && ln -s python3.12 $1/bin/python3 ln -s bin/python3 $1/python fi