mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 10:35:43 -05:00
Fixed issue #549.
This commit is contained in:
parent
4b303401f5
commit
04775dc8a4
1 changed files with 5 additions and 2 deletions
|
@ -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" }
|
||||||
|
|
Loading…
Reference in a new issue