Updating generate-jsbindings.sh, android is built on linux host.

This commit is contained in:
James Chen 2013-05-21 16:48:49 +08:00
parent aa49b7555d
commit 0891e0bde9
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ if [ "$PLATFORM"x = "ios"x ]; then
cd Cheetah-2.4.4
sudo python setup.py install 2> /dev/null > /dev/null
popd
elif [ "$PLATFORM"x = "linux"x ]; then
elif [ "$PLATFORM"x = "android"x ]; then
sudo apt-get --force-yes --yes install python-yaml python-cheetah
fi