From 7d9f822e0fa9b8dca61d937fe501052ce88d8448 Mon Sep 17 00:00:00 2001 From: Alexander-- Date: Wed, 18 Sep 2013 17:28:40 -0700 Subject: [PATCH] that copying command may work under Cygwin, but it fails for Linux --- Compilation-guide-(android-from-windows).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Compilation-guide-(android-from-windows).md b/Compilation-guide-(android-from-windows).md index 51246bb..3f100ea 100644 --- a/Compilation-guide-(android-from-windows).md +++ b/Compilation-guide-(android-from-windows).md @@ -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: