scons: Remember the options set on the command line.
Save them in config.py
This commit is contained in:
@@ -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']
|
||||
|
Reference in New Issue
Block a user