summaryrefslogtreecommitdiffhomepage
path: root/projects/VSCode/Makefile
diff options
context:
space:
mode:
authorRay <[email protected]>2018-08-30 18:41:21 +0200
committerGitHub <[email protected]>2018-08-30 18:41:21 +0200
commit57dfe55759ec08247d67f73a3014ba6c85d2e339 (patch)
tree24dd685a1f4f1020b076028cf1f0b411527838ac /projects/VSCode/Makefile
parentadf08c88ea4b065a36bf76143a6b42cfce1601de (diff)
parentf97bb085bf71bbaa7aed223e9243029979ba4948 (diff)
downloadraylib-57dfe55759ec08247d67f73a3014ba6c85d2e339.tar.gz
raylib-57dfe55759ec08247d67f73a3014ba6c85d2e339.zip
Merge pull request #637 from MurrayIRC/master
Updated VSCode project to support OSX building / debugging.
Diffstat (limited to 'projects/VSCode/Makefile')
-rw-r--r--projects/VSCode/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/VSCode/Makefile b/projects/VSCode/Makefile
index 2f78971b..6397fb29 100644
--- a/projects/VSCode/Makefile
+++ b/projects/VSCode/Makefile
@@ -254,7 +254,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 CoreFoundation -framework CoreVideo
endif
ifeq ($(PLATFORM_OS),BSD)
# Libraries for FreeBSD, OpenBSD, NetBSD, DragonFly desktop compiling