diff options
-rw-r--r-- | SConstruct | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct index 104cc38aa63..6b725c4b695 100644 --- a/SConstruct +++ b/SConstruct @@ -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'] |