that copying command may work under Cygwin, but it fails for Linux

Alexander-- 2013-09-18 17:28:40 -07:00
parent 965e162efa
commit 7d9f822e0f
1 changed files with 1 additions and 1 deletions

@ -29,7 +29,7 @@ Make sure you set NDK_ROOT to the path to your NDK and add that to your PATH in
mkdir libs
cp -R ../native/libs/* libs # copy native libs
cp -R ../../../libretro-super/dist/android/* libs # copy libretro cores
cp -R ../../media/overlays/* assets/Overlays # copy overlays
cp -R ../../media/overlays/ assets/ # copy overlays
When you need to rebuild the native code, run this from RetroArch/android/native: