Skip to content

Commit

Permalink
fix the link creation
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Feb 7, 2024
1 parent af98086 commit 71d7293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 71d7293

Please sign in to comment.