mirror of https://github.com/axmolengine/axmol.git
fix incomplete copy
This commit is contained in:
parent
8c6a481588
commit
83ab7128e7
|
@ -85,7 +85,7 @@ rem copy Resources/* into assets' root
|
||||||
xcopy /e /q /r /y %RESROUCE_ROOT%\* %APP_ANDROID_ROOT%\assets
|
xcopy /e /q /r /y %RESROUCE_ROOT%\* %APP_ANDROID_ROOT%\assets
|
||||||
|
|
||||||
rem copy bindings/*.js into assets' root
|
rem copy bindings/*.js into assets' root
|
||||||
xcopy /e /q /r /y %BINDINGS_JS_ROOT%\*.js %APP_ANDROID_ROOT%\assets
|
xcopy /e /q /r /y %BINDINGS_JS_ROOT%\* %APP_ANDROID_ROOT%\assets
|
||||||
|
|
||||||
call %NDK_ROOT%\ndk-build.cmd %PARALLEL_BUILD_FLAG% NDK_LOG=0 V=0
|
call %NDK_ROOT%\ndk-build.cmd %PARALLEL_BUILD_FLAG% NDK_LOG=0 V=0
|
||||||
pause
|
pause
|
Loading…
Reference in New Issue