Script uses updated directory name when copying files

This commit is contained in:
folecr 2012-06-15 09:17:42 -07:00
parent 06f41b8982
commit 06f941b8c0
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ copy_src_and_jni(){
} }
copy_library_src(){ 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 # copy build_native.sh and replace something