mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-02-16 11:50:19 -05:00
Merge pull request #546 from ming4883/patch-1
add support for custom xcode actions for bgfx.lua
This commit is contained in:
commit
1be1714780
1 changed files with 2 additions and 2 deletions
|
@ -129,7 +129,7 @@ function bgfxProject(_name, _kind, _defines)
|
|||
path.join(BGFX_DIR, "src/vertexdecl.cpp"),
|
||||
}
|
||||
|
||||
configuration { "xcode4 or osx or ios*" }
|
||||
configuration { "xcode* or osx or ios*" }
|
||||
files {
|
||||
path.join(BGFX_DIR, "src/amalgamated.mm"),
|
||||
}
|
||||
|
@ -144,7 +144,7 @@ function bgfxProject(_name, _kind, _defines)
|
|||
configuration {}
|
||||
|
||||
else
|
||||
configuration { "xcode4 or osx or ios*" }
|
||||
configuration { "xcode* or osx or ios*" }
|
||||
files {
|
||||
path.join(BGFX_DIR, "src/glcontext_eagl.mm"),
|
||||
path.join(BGFX_DIR, "src/glcontext_nsgl.mm"),
|
||||
|
|
Loading…
Reference in a new issue