fix python compilation broken from a recent commit

This commit is contained in:
Mathieu Virbel 2013-02-12 00:15:39 +01:00
parent af09496fa5
commit 44825d7197

View file

@ -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