From b11566260778bb35f4f6e9dc9bc3470ee99b3557 Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Fri, 1 Jul 2011 19:04:57 +0100 Subject: scons: Disable saving options automatically. It makes things too random, as settings for temporary trials get stored permannently, and it make difficult to build several platforms from the same tree. So disable it, again. --- SConstruct | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index 029daa1c6f3..4a3fef08059 100644 --- a/SConstruct +++ b/SConstruct @@ -40,7 +40,8 @@ env = Environment( ENV = os.environ, ) -opts.Save('config.py', env) +# XXX: This creates a many problems as it saves... +#opts.Save('config.py', env) # Backwards compatability with old target configuration variable try: -- cgit v1.2.3