fix python compilation broken from a recent commit
This commit is contained in:
parent
af09496fa5
commit
44825d7197
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue