mirror of https://github.com/bkaradzic/bgfx
Fixed issue #549.
This commit is contained in:
parent
4b303401f5
commit
04775dc8a4
|
@ -81,8 +81,11 @@ function bgfxProject(_name, _kind, _defines)
|
|||
}
|
||||
|
||||
configuration { "osx" }
|
||||
links {
|
||||
"Cocoa.framework",
|
||||
linkoptions {
|
||||
"-framework Cocoa",
|
||||
"-framework Metal",
|
||||
"-framework QuartzCore",
|
||||
"-framework OpenGL",
|
||||
}
|
||||
|
||||
configuration { "not nacl" }
|
||||
|
|
Loading…
Reference in New Issue