fix build_kivy.sh conditions
This commit is contained in:
parent
0308bd233c
commit
583461e445
1 changed files with 2 additions and 4 deletions
|
@ -2,16 +2,14 @@
|
||||||
|
|
||||||
. ./environment.sh
|
. ./environment.sh
|
||||||
|
|
||||||
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