From 2fc6ee6f571aac895f847af239ca7d234726287c Mon Sep 17 00:00:00 2001 From: ColleagueRiley Date: Fri, 21 Feb 2025 01:00:51 -0500 Subject: [PATCH] link to IOKit --- examples/Makefile | 2 +- src/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/Makefile b/examples/Makefile index 0a2c908a3..717486803 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -477,7 +477,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 OpenGL -framework CoreVideo + LDLIBS += -framework Foundation -framework AppKit -framework IOKit -framework OpenGL -framework CoreVideo endif endif ifeq ($(TARGET_PLATFORM),PLATFORM_DRM) diff --git a/src/Makefile b/src/Makefile index 1b7562da4..c29eedc6b 100644 --- a/src/Makefile +++ b/src/Makefile @@ -619,7 +619,7 @@ ifeq ($(TARGET_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 += -lm -framework Foundation -framework AppKit -framework IOKit -framework OpenGL -framework CoreVideo endif endif ifeq ($(TARGET_PLATFORM),PLATFORM_DRM)