Fix issue #10
- link to framework CoreVideo on OSX, fixes compiling on OSX 10.9
This commit is contained in:
parent
060b4521af
commit
e8c4ec22bf
@ -30,7 +30,7 @@ solution "nanovg"
|
|||||||
|
|
||||||
configuration { "macosx" }
|
configuration { "macosx" }
|
||||||
links { "glfw3" }
|
links { "glfw3" }
|
||||||
linkoptions { "-framework OpenGL", "-framework Cocoa", "-framework IOKit" }
|
linkoptions { "-framework OpenGL", "-framework Cocoa", "-framework IOKit", "-framework CoreVideo" }
|
||||||
|
|
||||||
configuration "Debug"
|
configuration "Debug"
|
||||||
defines { "DEBUG" }
|
defines { "DEBUG" }
|
||||||
@ -57,7 +57,7 @@ solution "nanovg"
|
|||||||
|
|
||||||
configuration { "macosx" }
|
configuration { "macosx" }
|
||||||
links { "glfw3" }
|
links { "glfw3" }
|
||||||
linkoptions { "-framework OpenGL", "-framework Cocoa", "-framework IOKit" }
|
linkoptions { "-framework OpenGL", "-framework Cocoa", "-framework IOKit", "-framework CoreVideo" }
|
||||||
|
|
||||||
configuration "Debug"
|
configuration "Debug"
|
||||||
defines { "DEBUG" }
|
defines { "DEBUG" }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user