aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2004-12-26 10:43:50 +0000
committerVincent Richard <[email protected]>2004-12-26 10:43:50 +0000
commit51545aa9de6c6a4f6875ef7ee9d3773c95c16616 (patch)
tree5d806cc50fff53e0812df2cba7b8e8f4a243c5e0
parentRemoved relative paths from #include's. (diff)
downloadvmime-51545aa9de6c6a4f6875ef7ee9d3773c95c16616.tar.gz
vmime-51545aa9de6c6a4f6875ef7ee9d3773c95c16616.zip
Import default environment.
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 1ee4b4da..631bce0e 100644
--- a/SConstruct
+++ b/SConstruct
@@ -431,6 +431,7 @@ opts.AddOptions(
env = Environment(options = opts)
+env.Append(ENV = os.environ)
env.Append(ENV = {'PATH' : os.environ['PATH']})
env.Append(CPPPATH = [ '.', 'src' ])