From a3fedf0e433e5946da5f464744763c8a77e189e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Mon, 6 Apr 2015 11:38:28 -0700 Subject: [PATCH] Fixed shaderc build with xcode. --- scripts/shaderc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/shaderc.lua b/scripts/shaderc.lua index d671c9e6..aa431548 100644 --- a/scripts/shaderc.lua +++ b/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"),