mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 04:53:06 +01:00
OSX: Fixed GLFW3 linkage.
This commit is contained in:
@@ -41,7 +41,6 @@ project ("texturev")
|
||||
|
||||
if _OPTIONS["with-glfw"] then
|
||||
defines { "ENTRY_CONFIG_USE_GLFW=1" }
|
||||
links { "glfw3" }
|
||||
|
||||
configuration { "linux or freebsd" }
|
||||
links {
|
||||
@@ -52,7 +51,11 @@ project ("texturev")
|
||||
"Xcursor",
|
||||
}
|
||||
|
||||
configuration { "not osx" }
|
||||
links { "glfw3" }
|
||||
|
||||
configuration { "osx" }
|
||||
links { "glfw" }
|
||||
linkoptions {
|
||||
"-framework CoreVideo",
|
||||
"-framework IOKit",
|
||||
|
||||
Reference in New Issue
Block a user