mirror of https://github.com/axmolengine/axmol.git
Updating generate-jsbindings.sh, android is built on linux host.
This commit is contained in:
parent
aa49b7555d
commit
0891e0bde9
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue