mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 18:45:54 -05:00
Fixed OSX build.
This commit is contained in:
parent
3b3120c04d
commit
67847096db
1 changed files with 5 additions and 0 deletions
|
@ -82,6 +82,11 @@ project "bgfx-shared-lib"
|
||||||
BGFX_DIR .. "src/**.mm",
|
BGFX_DIR .. "src/**.mm",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
configuration { "osx" }
|
||||||
|
links {
|
||||||
|
"Cocoa.framework",
|
||||||
|
}
|
||||||
|
|
||||||
configuration { "vs* or linux or mingw or osx or ios*" }
|
configuration { "vs* or linux or mingw or osx or ios*" }
|
||||||
includedirs {
|
includedirs {
|
||||||
--nacl has GLES2 headers modified...
|
--nacl has GLES2 headers modified...
|
||||||
|
|
Loading…
Reference in a new issue