From f44dbad8a5567a0f403206db176ce65b5806f88e Mon Sep 17 00:00:00 2001 From: Jonathan Commins Date: Sat, 18 Nov 2017 14:35:03 +0700 Subject: [PATCH] Grammar --- Compile-for-OSX.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Compile-for-OSX.md b/Compile-for-OSX.md index 095717e..726ef05 100644 --- a/Compile-for-OSX.md +++ b/Compile-for-OSX.md @@ -64,7 +64,7 @@ _Tutorial written by Aleix Rafegas and translated to English by Ray_ 2) Setup build script -You can create a build.sh file that you can run to compile your project. In the example below your project is named test.cpp (for c++) and compiles to test. +You can create a build.sh file that you can run to compile your project. In the example below your project is named test.cpp (for C++) and compiles to test. ```` clang++ -I/w/raylib_build/raylib/release/osx -L/usr/local/lib -L/w/raylib_build/raylib/release/osx -lglfw -lraylib -framework GLUT -framework OpenGL -framework Cocoa my_app.cpp -o my_app