From c7eb9268535298ee25be90739c86d1be215f53e5 Mon Sep 17 00:00:00 2001 From: Ricardo Matsui Date: Thu, 6 Jan 2022 02:30:36 -0800 Subject: [PATCH] Fix examples build for macOS (#172) --- examples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Makefile b/examples/Makefile index 979015b..5f785a9 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -319,7 +319,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 + LDLIBS = -lraylib -framework OpenGL -framework Cocoa -framework IOKit -framework CoreAudio -framework CoreVideo endif ifeq ($(PLATFORM_OS),BSD) # Libraries for FreeBSD, OpenBSD, NetBSD, DragonFly desktop compiling