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