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,
|
ENV = os.environ,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
opts.Save('config.py', env)
|
||||||
|
|
||||||
# Backwards compatability with old target configuration variable
|
# Backwards compatability with old target configuration variable
|
||||||
try:
|
try:
|
||||||
targets = ARGUMENTS['targets']
|
targets = ARGUMENTS['targets']
|
||||||
|
Reference in New Issue
Block a user