diff --git a/examples/Makefile b/examples/Makefile index e38c136e8..6590e9bd1 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -496,7 +496,7 @@ ifeq ($(TARGET_PLATFORM),PLATFORM_DESKTOP_RGFW) # NOTE: Required packages: libegl1-mesa-dev LDFLAGS += -L../src LDLIBS = -lraylib -lm - LDLIBS += -framework Foundation -framework AppKit -framework IOKit -framework OpenGL -framework CoreVideo + LDLIBS += -framework Foundation -framework AppKit -framework IOKit -framework OpenGL -framework CoreVideo -framework QuartzCore endif endif ifeq ($(TARGET_PLATFORM),PLATFORM_DRM) diff --git a/examples/Makefile.Web b/examples/Makefile.Web index 3f8e4176d..d13cc805c 100644 --- a/examples/Makefile.Web +++ b/examples/Makefile.Web @@ -480,7 +480,7 @@ ifeq ($(TARGET_PLATFORM),PLATFORM_DESKTOP_RGFW) # NOTE: Required packages: libegl1-mesa-dev LDFLAGS += -L../src LDLIBS = -lraylib -lm - LDLIBS += -framework Foundation -framework AppKit -framework IOKit -framework OpenGL -framework CoreVideo + LDLIBS += -framework Foundation -framework AppKit -framework IOKit -framework OpenGL -framework CoreVideo -framework QuartzCore endif endif ifeq ($(TARGET_PLATFORM),PLATFORM_DRM) diff --git a/projects/VSCode/Makefile b/projects/VSCode/Makefile index 322e700bb..aa9abf945 100644 --- a/projects/VSCode/Makefile +++ b/projects/VSCode/Makefile @@ -321,7 +321,7 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP) ifeq ($(PLATFORM_OS),OSX) # Libraries for OSX 10.9 desktop compiling # NOTE: Required packages: libopenal-dev libegl1-mesa-dev - LDLIBS = -lraylib -framework OpenGL -framework OpenAL -framework Cocoa -framework IOKit -framework QuartzCore + LDLIBS = -lraylib -framework OpenGL -framework Cocoa -framework IOKit -framework CoreAudio -framework CoreVideo -framework QuartzCore endif ifeq ($(PLATFORM_OS),BSD) # Libraries for FreeBSD, OpenBSD, NetBSD, DragonFly desktop compiling