update script name

John Grub 2014-06-10 12:29:44 -07:00
parent 31fe95f229
commit 6516780fa4
1 changed files with 1 additions and 1 deletions

@ -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