aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Smith <electronstudio@users.noreply.github.com>2019-11-24 12:41:23 +0000
committerRay <raysan5@gmail.com>2019-11-24 13:41:23 +0100
commitf987ac9dca345a63ff6356b44e3b456016f0adb6 (patch)
tree7f0156e34a8c310fea836b4de9c19e2a90f26281
parent1d3f230c92f2f8d611fb4372bcc7ea1a454ca4ba (diff)
downloadraylib-f987ac9dca345a63ff6356b44e3b456016f0adb6.tar.gz
raylib-f987ac9dca345a63ff6356b44e3b456016f0adb6.zip
fix example build on macos (#1022)
-rw-r--r--examples/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile
index c7175849..02ea9e4c 100644
--- a/examples/Makefile
+++ b/examples/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
+ LDLIBS = -lraylib -framework OpenGL -framework OpenAL -framework Cocoa -framework CoreVideo -framework IOKit
endif
ifeq ($(PLATFORM_OS),BSD)
# Libraries for FreeBSD, OpenBSD, NetBSD, DragonFly desktop compiling