diff options
author | Vincent Richard <[email protected]> | 2004-12-26 10:43:50 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2004-12-26 10:43:50 +0000 |
commit | 51545aa9de6c6a4f6875ef7ee9d3773c95c16616 (patch) | |
tree | 5d806cc50fff53e0812df2cba7b8e8f4a243c5e0 | |
parent | Removed relative paths from #include's. (diff) | |
download | vmime-51545aa9de6c6a4f6875ef7ee9d3773c95c16616.tar.gz vmime-51545aa9de6c6a4f6875ef7ee9d3773c95c16616.zip |
Import default environment.
-rw-r--r-- | SConstruct | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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' ]) |