From 916836554f42228d69297d60eac0937df30bd024 Mon Sep 17 00:00:00 2001 From: "ben.txt" <828571+bentxt@users.noreply.github.com> Date: Wed, 13 May 2020 03:00:52 +0200 Subject: [PATCH] just a small addition, because it doesn't run for me --- Working-on-macOS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Working-on-macOS.md b/Working-on-macOS.md index 0caa4ac..005e24d 100644 --- a/Working-on-macOS.md +++ b/Working-on-macOS.md @@ -24,7 +24,7 @@ _Steps:_ ``` - raylib installs a pkg-config file, which describes the necessary compilation and linker flags to use it with `yourgame`: ``` -cc yourgame.c `pkg-config --libs --cflags raylib` +cc yourgame.c `pkg-config --libs --cflags raylib` -lraylib ``` You may get an error, complaining that the `pkg-config` command was not found. You can use `brew install pkgconfig` to fix that.