mirror of https://github.com/axmolengine/axmol.git
Merge pull request #13970 from WenhaiLin/v3
[ci skip]Fixed tools/travis-scripts/before-install.sh......
This commit is contained in:
commit
a8c4ce1589
|
@ -26,7 +26,7 @@ install_android_ndk()
|
|||
curl -O http://dl.google.com/android/ndk/android-ndk-r10e-${HOST_NAME}-x86_64.bin
|
||||
echo "Decompress android-ndk-r10e-${HOST_NAME}-x86_64.bin ..."
|
||||
chmod +x android-ndk-r10e-${HOST_NAME}-x86_64.bin
|
||||
./android-ndk-r10e-${HOST_NAME}-x86_64.bin > /dev/null
|
||||
./android-ndk-r10e-${HOST_NAME}-x86_64.bin > tmpLog
|
||||
# Rename ndk
|
||||
mv android-ndk-r10e android-ndk
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue