From 5cca9e2e946100b0049f323b7a329e4aae8cfd20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-S=C3=A9bastien=20Guay?= Date: Sun, 11 Sep 2016 17:35:45 -0400 Subject: [PATCH] Updated Compilation guide (Android from Linux) (markdown) --- Compilation-guide-(Android-from-Linux).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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