Updates before-install.sh

This commit is contained in:
James Chen 2014-05-04 19:09:51 +08:00
parent 20d3c6d538
commit 53488092a4
1 changed files with 2 additions and 3 deletions

View File

@ -8,7 +8,7 @@ COCOS2DX_ROOT="$DIR"/../..
HOST_NAME=""
pushd $COCOS2DX_ROOT
bash download-deps.sh
python download-deps.py
popd
mkdir -p $HOME/bin
@ -69,7 +69,7 @@ elif [ "$PLATFORM"x = "android"x ]; then
install_android_ndk
elif [ "$PLATFORM"x = "emscripten"x ]; then
sudo rm -rf /dev/shm && sudo ln -s /run/shm /dev/shm
install_android_ndk
elif [ "$PLATFORM"x = "ios"x ]; then
install_android_ndk
@ -83,4 +83,3 @@ else
echo "Unknown \$PLATFORM: '$PLATFORM'"
exit 1
fi