From 479528eaef6c446fdcdac44ecbfe565b018058d7 Mon Sep 17 00:00:00 2001 From: jacob1 Date: Fri, 25 Oct 2013 15:18:40 -0400 Subject: [PATCH] --copy_env copies LIBPATH (test to fix windows crosscompile) --- SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConscript b/SConscript index 0bba8f34f..2a1b014cb 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: