mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 00:58:30 -05:00
Fixed shaderc build with xcode.
This commit is contained in:
parent
7cd9af179f
commit
a3fedf0e43
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ project "shaderc"
|
||||||
path.join(GLSL_OPTIMIZER, "src/util/**.h"),
|
path.join(GLSL_OPTIMIZER, "src/util/**.h"),
|
||||||
}
|
}
|
||||||
|
|
||||||
excludes {
|
removefiles {
|
||||||
path.join(GLSL_OPTIMIZER, "src/glsl/glcpp/glcpp.c"),
|
path.join(GLSL_OPTIMIZER, "src/glsl/glcpp/glcpp.c"),
|
||||||
path.join(GLSL_OPTIMIZER, "src/glsl/glcpp/tests/**"),
|
path.join(GLSL_OPTIMIZER, "src/glsl/glcpp/tests/**"),
|
||||||
path.join(GLSL_OPTIMIZER, "src/glsl/glcpp/**.l"),
|
path.join(GLSL_OPTIMIZER, "src/glsl/glcpp/**.l"),
|
||||||
|
|
Loading…
Reference in a new issue