Browse Source

Merge pull request #2 from MurrayIRC/patch-2

Fixed included libs for OSX
Murray Campbell 7 years ago
parent
commit
1feb68baaa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      projects/VSCode/Makefile

+ 1 - 1
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