Fixed issue #549.

This commit is contained in:
Branimir Karadžić 2015-10-20 21:15:28 -07:00
parent 4b303401f5
commit 04775dc8a4
1 changed files with 5 additions and 2 deletions

View File

@ -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" }