fix kivy build
This commit is contained in:
parent
68925a41f9
commit
a904377c21
1 changed files with 3 additions and 3 deletions
|
@ -1,17 +1,17 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
. ./environment.sh
|
. environment.sh
|
||||||
|
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
if [ ! -d kivy ]; then
|
if [ ! -d kivy ]; then
|
||||||
try git clone https://github.com/tito/kivy
|
try git clone https://github.com/tito/kivy
|
||||||
try cd kivy
|
try cd kivy
|
||||||
try git checkout ios-support
|
try git checkout ios-support
|
||||||
try cd ..
|
try cd ..
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "X$1" == "X-f" ]; then
|
if [ "X$1" == "X-f" ]; then
|
||||||
try cd kivy
|
try cd kivy
|
||||||
try git clean -dxf
|
try git clean -dxf
|
||||||
try git fetch
|
try git fetch
|
||||||
|
|
Loading…
Reference in a new issue