- link to framework CoreVideo on OSX, fixes compiling on OSX 10.9
This commit is contained in:
Mikko Mononen 2014-02-10 18:04:20 +02:00
parent 060b4521af
commit e8c4ec22bf

View File

@ -30,7 +30,7 @@ solution "nanovg"
configuration { "macosx" }
links { "glfw3" }
linkoptions { "-framework OpenGL", "-framework Cocoa", "-framework IOKit" }
linkoptions { "-framework OpenGL", "-framework Cocoa", "-framework IOKit", "-framework CoreVideo" }
configuration "Debug"
defines { "DEBUG" }
@ -57,7 +57,7 @@ solution "nanovg"
configuration { "macosx" }
links { "glfw3" }
linkoptions { "-framework OpenGL", "-framework Cocoa", "-framework IOKit" }
linkoptions { "-framework OpenGL", "-framework Cocoa", "-framework IOKit", "-framework CoreVideo" }
configuration "Debug"
defines { "DEBUG" }