Fixed issue #549.

This commit is contained in:
Branimir Karadžić 2015-10-20 21:15:28 -07:00
parent 4b303401f5
commit 04775dc8a4

View file

@ -81,8 +81,11 @@ function bgfxProject(_name, _kind, _defines)
} }
configuration { "osx" } configuration { "osx" }
links { linkoptions {
"Cocoa.framework", "-framework Cocoa",
"-framework Metal",
"-framework QuartzCore",
"-framework OpenGL",
} }
configuration { "not nacl" } configuration { "not nacl" }