Use python3 in macOS configure script.
This commit is contained in:
parent
46f9bdd701
commit
1ba2bdab21
|
@ -5,6 +5,6 @@ pushd `dirname $0` > /dev/null
|
||||||
FullScriptPath=`pwd`
|
FullScriptPath=`pwd`
|
||||||
popd > /dev/null
|
popd > /dev/null
|
||||||
|
|
||||||
python $FullScriptPath/configure.py "$@"
|
python3 $FullScriptPath/configure.py "$@"
|
||||||
|
|
||||||
exit
|
exit
|
||||||
|
|
Loading…
Reference in New Issue