Skip to content

Commit

Permalink
fix makefile for macos?
Browse files Browse the repository at this point in the history
  • Loading branch information
ColleagueRiley committed May 8, 2024
1 parent 9ceeb7d commit e9bdf82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e9bdf82

Please sign in to comment.