Browse Source

Updated scripts.

Бранимир Караџић 2 years ago
parent
commit
322fc55251
1 changed files with 0 additions and 2 deletions
  1. 0 2
      scripts/bgfx.lua

+ 0 - 2
scripts/bgfx.lua

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