diff options
| author | Murray Campbell <[email protected]> | 2018-08-30 09:47:27 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-08-30 09:47:27 -0500 |
| commit | 1feb68baaa17c2aaad850bc9140374383844ee9b (patch) | |
| tree | b60a6608b0c1f7a2f48ebc7ca329dd18baf11a88 /projects/VSCode | |
| parent | be29c13bfd7e654153c02c4fa7e5ce3c96f556e2 (diff) | |
| parent | 166fdbe9c04c6648d3417d6387765587c7b70e4f (diff) | |
| download | raylib-1feb68baaa17c2aaad850bc9140374383844ee9b.tar.gz raylib-1feb68baaa17c2aaad850bc9140374383844ee9b.zip | |
Merge pull request #2 from MurrayIRC/patch-2
Fixed included libs for OSX
Diffstat (limited to 'projects/VSCode')
| -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 |
