mirror of https://github.com/axmolengine/axmol.git
sudo apt-get update before install new packages
This commit is contained in:
parent
12bc534475
commit
9d2152b513
|
@ -94,6 +94,7 @@ if [ "$GEN_JSB"x = "YES"x ]; then
|
||||||
install_android_ndk
|
install_android_ndk
|
||||||
install_llvm
|
install_llvm
|
||||||
elif [ "$PLATFORM"x = "linux"x ]; then
|
elif [ "$PLATFORM"x = "linux"x ]; then
|
||||||
|
sudo apt-get update
|
||||||
bash $COCOS2DX_ROOT/install-deps-linux.sh
|
bash $COCOS2DX_ROOT/install-deps-linux.sh
|
||||||
elif [ "$PLATFORM"x = "nacl"x ]; then
|
elif [ "$PLATFORM"x = "nacl"x ]; then
|
||||||
install_nacl_sdk
|
install_nacl_sdk
|
||||||
|
|
Loading…
Reference in New Issue