diff --git a/Compilation-guide-(Android-from-Linux).md b/Compilation-guide-(Android-from-Linux).md index 29adc0c..416a706 100644 --- a/Compilation-guide-(Android-from-Linux).md +++ b/Compilation-guide-(Android-from-Linux).md @@ -26,7 +26,7 @@ You can omit NOCLEAN=1 if you'd like to perform `make clean` on every core's rep ## Building RetroArch The RetroArch repo is fetched into the `libretro-super` folder as `retroarch` by `./libretro-fetch.sh` above. -You first need to fetch the submodules for it. +You first need to fetch the submodules for it. (will not be necessary when PR #3568 is merged) ```bash cd retroarch git submodule update --init