pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] [pingus] push by address@hidden - Import environment on 201


From: pingus
Subject: [Pingus-CVS] [pingus] push by address@hidden - Import environment on 2011-09-09 12:03 GMT
Date: Fri, 09 Sep 2011 12:17:10 +0000

Revision: e1ab30878ef5
Author:   Ingo Ruhnke <address@hidden>
Date:     Fri Sep  9 05:03:24 2011
Log:      Import environment

http://code.google.com/p/pingus/source/detail?r=e1ab30878ef5

Modified:
 /SConscript

=======================================
--- /SConscript Fri Sep  9 05:00:24 2011
+++ /SConscript Fri Sep  9 05:03:24 2011
@@ -104,7 +104,7 @@
self.opts.Add(BoolVariable('ignore_errors', 'Ignore any fatal configuration errors', False))
         self.opts.Add('optional_sources', 'Additional source files', [])

-        self.env = Environment(options = self.opts)
+        self.env = Environment(options = self.opts, ENV=os.environ)
         self.env.Append(CXXFLAGS = ["-std=c++0x"])
         self.env.Append(CPPDEFINES = [('VERSION', '"\\"0.8.0\\""')])
         Help(self.opts.GenerateHelpText(self.env))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]