summary refs log tree commit diff
path: root/pkgs/development/libraries/serf/scons.patch
blob: a7eefe7d5c1fdfc8cfeb0fe60fb3f22cd9c12bfe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/SConstruct b/SConstruct
index 4358a23..0d862e7 100644
--- a/SConstruct
+++ b/SConstruct
@@ -155,6 +155,7 @@ if sys.platform == 'win32':
 env = Environment(variables=opts,
                   tools=('default', 'textfile',),
                   CPPPATH=['.', ],
+                  ENV=os.environ,
                   )
 
 env.Append(BUILDERS = {