Merge pull request #546 from ming4883/patch-1

add support for custom xcode actions for bgfx.lua
This commit is contained in:
Branimir Karadžić 2015-10-20 08:49:14 -07:00
commit 1be1714780

View file

@ -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"),