summaryrefslogtreecommitdiff
path: root/SConscript
diff options
context:
space:
mode:
authorjacob1 <jfu614@gmail.com>2013-10-25 19:18:40 (GMT)
committer jacob1 <jfu614@gmail.com>2013-10-25 19:18:40 (GMT)
commit479528eaef6c446fdcdac44ecbfe565b018058d7 (patch)
treec9613c76a56e40be14878ed6e8fdb5be0cc65b63 /SConscript
parent2ffe175c1b47262fb3ebfe1459488ca38ec94fea (diff)
downloadpowder-479528eaef6c446fdcdac44ecbfe565b018058d7.zip
powder-479528eaef6c446fdcdac44ecbfe565b018058d7.tar.gz
--copy_env copies LIBPATH (test to fix windows crosscompile)
Diffstat (limited to 'SConscript')
-rwxr-xr-xSConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConscript b/SConscript
index 0bba8f3..2a1b014 100755
--- a/SConscript
+++ b/SConscript
@@ -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: