From e9bdf82c043e496b3955003a56d66cbc021420eb Mon Sep 17 00:00:00 2001 From: ColleagueRiley Date: Wed, 8 May 2024 17:55:12 -0400 Subject: [PATCH] fix makefile for macos? --- src/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index f27279e4bb7c..73d1b6a01b6e 100644 --- a/src/Makefile +++ b/src/Makefile @@ -610,7 +610,8 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP_RGFW) ifeq ($(PLATFORM_OS),OSX) # Libraries for Debian MacOS desktop compiling # NOTE: Required packages: libegl1-mesa-dev - LDLIBS + -lm -framework Foundation -framework AppKit -framework OpenGL -framework CoreVideo + LDLIBS += -latomic + LDLIBS + -lm -framework Foundation -framework AppKit -framework OpenGL -framework CoreVideo endif endif