mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
scons: Put the configuration info in the build directory too.
It fixes cached configuration results from one platform being erroneously used in other platforms.
This commit is contained in:
parent
8353c87cce
commit
8b7552673f
1 changed files with 2 additions and 0 deletions
|
|
@ -243,6 +243,8 @@ def generate(env):
|
|||
env['build'] = build_dir
|
||||
env.SConsignFile(os.path.join(build_dir, '.sconsign'))
|
||||
env.CacheDir('build/cache')
|
||||
env['CONFIGUREDIR'] = os.path.join(build_dir, 'conf')
|
||||
env['CONFIGURELOG'] = os.path.join(os.path.abspath(build_dir), 'config.log')
|
||||
|
||||
# Parallel build
|
||||
if env.GetOption('num_jobs') <= 1:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue