Updated scripts.

This commit is contained in:
Бранимир Караџић 2023-06-24 08:27:25 -07:00
parent 68b2c630b0
commit 322fc55251

View File

@ -244,7 +244,6 @@ function bgfxProjectBase(_kind, _defines)
}
excludes {
path.join(BGFX_DIR, "src/glcontext_**.mm"),
path.join(BGFX_DIR, "src/renderer_**.mm"),
path.join(BGFX_DIR, "src/amalgamated.cpp"),
}
@ -259,7 +258,6 @@ function bgfxProjectBase(_kind, _defines)
else
configuration { "xcode* or osx* or ios*" }
files {
path.join(BGFX_DIR, "src/glcontext_**.mm"),
path.join(BGFX_DIR, "src/renderer_**.mm"),
}