From ef4bf40db03ff1df2bae2db8f4a65421bf4a7c06 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Fri, 17 Jun 2011 20:11:35 +0100 Subject: [PATCH] scons: Remember the options set on the command line. Save them in config.py --- SConstruct | 2 ++ 1 file changed, 2 insertions(+) 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'] -- 2.30.2