mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 21:50:12 +01:00
scons: Remember the options set on the command line.
Save them in config.py
This commit is contained in:
parent
c9be435c79
commit
ef4bf40db0
1 changed files with 2 additions and 0 deletions
|
|
@ -40,6 +40,8 @@ env = Environment(
|
|||
ENV = os.environ,
|
||||
)
|
||||
|
||||
opts.Save('config.py', env)
|
||||
|
||||
# Backwards compatability with old target configuration variable
|
||||
try:
|
||||
targets = ARGUMENTS['targets']
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue