Browse Source

Fixed shaderc build with xcode.

Branimir Karadžić 10 years ago
parent
commit
a3fedf0e43
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/shaderc.lua

+ 1 - 1
scripts/shaderc.lua

@@ -108,7 +108,7 @@ project "shaderc"
 		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/tests/**"),
 		path.join(GLSL_OPTIMIZER, "src/glsl/glcpp/**.l"),