mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 00:58:30 -05:00
OSX: Fixed amalgamated build.
This commit is contained in:
parent
0283c83c0a
commit
3c0134c167
1 changed files with 4 additions and 0 deletions
|
@ -138,6 +138,10 @@ function bgfxProject(_name, _kind, _defines)
|
|||
}
|
||||
|
||||
configuration { "xcode4 or osx or ios*" }
|
||||
files {
|
||||
path.join(BGFX_DIR, "src/amalgamated.mm"),
|
||||
}
|
||||
|
||||
excludes {
|
||||
path.join(BGFX_DIR, "src/glcontext_eagl.mm"),
|
||||
path.join(BGFX_DIR, "src/glcontext_nsgl.mm"),
|
||||
|
|
Loading…
Reference in a new issue