From 25003a241ef2bcfc2738863fe3a88a6fcd9c7cfb Mon Sep 17 00:00:00 2001 From: M Serdar Oygen <44544513+msoygen@users.noreply.github.com> Date: Thu, 22 Aug 2019 23:29:28 +0300 Subject: [PATCH] small typo --- Working-for-Android-(on-Linux).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Working-for-Android-(on-Linux).md b/Working-for-Android-(on-Linux).md index f4a83ae..eeec551 100644 --- a/Working-for-Android-(on-Linux).md +++ b/Working-for-Android-(on-Linux).md @@ -38,7 +38,7 @@ Default property for `ANDROID_TOOLCHAIN` is `ANDROID_TOOLCHAIN = C:/android_tool Default property for `ANDROID_NDK` is `ANDROID_NDK = C:/android-ndk` -After that navigate from Terminal to `raylib/src` and, compile Raylib with `make PLATFORM=PLATFORM_ANDROID` +After that navigate from Terminal to `raylib/src` and compile Raylib with `make PLATFORM=PLATFORM_ANDROID` This command will create `libraylib.a` in `/src`.