From 6516780fa4c28c0e0a69692091b9165b0b97afa1 Mon Sep 17 00:00:00 2001 From: John Grub Date: Tue, 10 Jun 2014 12:29:44 -0700 Subject: [PATCH] update script name --- 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 beba761..1bfc790 100644 --- a/Compilation-guide-(android-from-windows).md +++ b/Compilation-guide-(android-from-windows).md @@ -17,7 +17,7 @@ Make sure you set NDK_ROOT to the path to your NDK and add that to your PATH in git clone https://github.com/libretro/libretro-super.git cd libretro-super ./libretro-fetch.sh # can fail on fork() calls, repeat until all are up to date - ./libretro-build-android.sh # some cores may fail to compile (g++ "Argument list too long" error) + ./libretro-build-android-mk.sh # some cores may fail to compile (g++ "Argument list too long" error) # see https://github.com/libretro/libretro-super/issues/10 ### Building RetroArch