mirror of https://github.com/axmolengine/axmol.git
Script uses updated directory name when copying files
This commit is contained in:
parent
06f41b8982
commit
06f941b8c0
|
@ -48,7 +48,7 @@ copy_src_and_jni(){
|
|||
}
|
||||
|
||||
copy_library_src(){
|
||||
cp -rf $COCOSJAVALIB_ROOT/src/* $APP_DIR/proj.android/src/
|
||||
cp -rf $COCOSJAVALIB_ROOT/src_common/* $APP_DIR/proj.android/src/
|
||||
}
|
||||
|
||||
# copy build_native.sh and replace something
|
||||
|
|
Loading…
Reference in New Issue