mirror of
https://gitee.com/openharmony/third_party_mesa3d
synced 2024-12-03 21:23:15 +00:00
scons: Remember the options set on the command line.
Save them in config.py
This commit is contained in:
parent
c9be435c79
commit
ef4bf40db0
@ -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…
Reference in New Issue
Block a user