From bb474f69d830fe07e2835fa6eed36922ff942927 Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 12 Aug 2026 13:06:29 +0200 Subject: [PATCH] Updated macOS libraries --- examples/Makefile | 2 +- examples/Makefile.Web | 2 +- projects/VSCode/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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