Like ccache, but works on all OSes.tags/mesa_20090313
| @@ -206,6 +206,7 @@ def generate(env): | |||
| # different scons versions building the same source file | |||
| env['build'] = build_dir | |||
| env.SConsignFile(os.path.join(build_dir, '.sconsign')) | |||
| env.CacheDir('build/cache') | |||
| # C preprocessor options | |||
| cppdefines = [] | |||