From: José Fonseca Date: Fri, 17 Jun 2011 19:11:35 +0000 (+0100) Subject: scons: Remember the options set on the command line. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ef4bf40db03ff1df2bae2db8f4a65421bf4a7c06;p=mesa.git scons: Remember the options set on the command line. Save them in config.py --- 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']