mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 20:58:04 +02:00
scons: Use a cache for built files.
Like ccache, but works on all OSes.
This commit is contained in:
parent
aa210b327e
commit
18170bb51b
1 changed files with 1 additions and 0 deletions
|
|
@ -207,6 +207,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 = []
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue