mirror of https://github.com/axmolengine/axmol.git
issue #3828: Updates travis script.
This commit is contained in:
parent
6d491e66cf
commit
3f8f36df68
|
@ -42,7 +42,7 @@ elif [ "$PLATFORM"x = "android"x ]; then
|
|||
# Create a directory for temporary objects
|
||||
mkdir android_build_objs
|
||||
|
||||
PROJECTS=("test-cpp" "test-javascript" "test-Lua")
|
||||
PROJECTS=("test-cpp" "test-javascript" "test-lua")
|
||||
for i in ${PROJECTS[*]}; do
|
||||
ln -s $COCOS2DX_ROOT/android_build_objs $COCOS2DX_ROOT/samples/$i/proj.android/obj
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue