diff options
author | Matt Turner <[email protected]> | 2013-01-14 16:16:00 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2013-01-22 14:33:16 -0800 |
commit | cc9f609cb9175e727b91f8dffa5800818be582da (patch) | |
tree | b85088c889522f1a914f5fd55c24fa3c091248d1 /src/glsl/.gitignore | |
parent | 569f0e400aca0e7bfd13374384fb8d92caf869bc (diff) |
glsl/build: Don't build builtin_compiler separately if not cross compiling
Reduces the number of times that src/glsl/ is compiled when not cross
compiling.
Tested-by: Andreas Boll <[email protected]>
Diffstat (limited to 'src/glsl/.gitignore')
-rw-r--r-- | src/glsl/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glsl/.gitignore b/src/glsl/.gitignore index 4eb4fef9bb8..a04df27f50b 100644 --- a/src/glsl/.gitignore +++ b/src/glsl/.gitignore @@ -4,4 +4,5 @@ glsl_parser.cc glsl_parser.h glsl_parser.output builtin_function.cpp +builtincompiler glsl_test |