diff options
| author | jacob1 <jfu614@gmail.com> | 2013-10-25 19:18:40 (GMT) |
|---|---|---|
| committer | jacob1 <jfu614@gmail.com> | 2013-10-25 19:18:40 (GMT) |
| commit | 479528eaef6c446fdcdac44ecbfe565b018058d7 (patch) | |
| tree | c9613c76a56e40be14878ed6e8fdb5be0cc65b63 /SConscript | |
| parent | 2ffe175c1b47262fb3ebfe1459488ca38ec94fea (diff) | |
| download | powder-479528eaef6c446fdcdac44ecbfe565b018058d7.zip powder-479528eaef6c446fdcdac44ecbfe565b018058d7.tar.gz | |
--copy_env copies LIBPATH (test to fix windows crosscompile)
Diffstat (limited to 'SConscript')
| -rwxr-xr-x | SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -140,7 +140,7 @@ else: env = Environment(tools = ['default'], ENV = os.environ) if(GetOption("copy_env")): - lstvar=["CC","CXX","LD","CFLAGS"] + lstvar=["CC","CXX","LD","CFLAGS","LIBPATH"] print "WARNING: enviroment copying enabled. changes in the enviroment can easily break the build process." for var in lstvar: if var in os.environ: |
