summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--SConstruct3
1 files changed, 2 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 029daa1..4a3fef0 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: