diff --git a/tools/build-python.sh b/tools/build-python.sh index 458fca9..81f34b5 100755 --- a/tools/build-python.sh +++ b/tools/build-python.sh @@ -28,7 +28,7 @@ try cp $KIVYIOSROOT/src/python_files/_scproxy.py Lib/_scproxy.py # echo "Building for native machine ============================================" -if [ -e hostpython ]; then +if [ ! -e hostpython ]; then try ./configure CC="$CCACHE clang -Qunused-arguments -fcolor-diagnostics" LDFLAGS="-lsqlite3" try make python.exe Parser/pgen try mv python.exe hostpython