Use python3 in macOS configure script.

This commit is contained in:
John Preston 2022-06-02 20:21:07 +04:00
parent 46f9bdd701
commit 1ba2bdab21
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ pushd `dirname $0` > /dev/null
FullScriptPath=`pwd`
popd > /dev/null
python $FullScriptPath/configure.py "$@"
python3 $FullScriptPath/configure.py "$@"
exit