From a06227c92ca60b6cf7a773361c4e09acc4592cdf Mon Sep 17 00:00:00 2001 From: Triston Date: Tue, 16 Jan 2018 01:09:34 -0400 Subject: [PATCH] Updated Compile for Android (markdown) --- Compile-for-Android.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Compile-for-Android.md b/Compile-for-Android.md index e389158..c18e1a4 100644 --- a/Compile-for-Android.md +++ b/Compile-for-Android.md @@ -31,7 +31,7 @@ After that, just navigate from command line to folder `raylib/src/` and execute mingw32-make PLATFORM=PLATFORM_ANDROID -**Remember to setup `ANDROID_NDK` `ANDROID_TOOLCHAIN` property properly in the Makefile!** +**Remember to setup `ANDROID_NDK`, `ANDROID_TOOLCHAIN` property properly in the Makefile!** ANDROID_NDK = C:/android-sdk/ndk-bundle ANDROID_TOOLCHAIN = C:/android_toolchain_arm_api16