diff options
| author | Ray <[email protected]> | 2018-08-30 18:41:21 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-08-30 18:41:21 +0200 |
| commit | 57dfe55759ec08247d67f73a3014ba6c85d2e339 (patch) | |
| tree | 24dd685a1f4f1020b076028cf1f0b411527838ac /projects/VSCode/Makefile | |
| parent | adf08c88ea4b065a36bf76143a6b42cfce1601de (diff) | |
| parent | f97bb085bf71bbaa7aed223e9243029979ba4948 (diff) | |
| download | raylib-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/Makefile | 2 |
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 |
