that copying command may work under Cygwin, but it fails for Linux
parent
965e162efa
commit
7d9f822e0f
|
@ -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
|
mkdir libs
|
||||||
cp -R ../native/libs/* libs # copy native libs
|
cp -R ../native/libs/* libs # copy native libs
|
||||||
cp -R ../../../libretro-super/dist/android/* libs # copy libretro cores
|
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:
|
When you need to rebuild the native code, run this from RetroArch/android/native:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue