From ef4bf40db03ff1df2bae2db8f4a65421bf4a7c06 Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Fri, 17 Jun 2011 20:11:35 +0100 Subject: scons: Remember the options set on the command line. Save them in config.py --- SConstruct | 2 ++ 1 file changed, 2 insertions(+) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index 104cc38aa6..6b725c4b69 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'] -- cgit v1.2.3