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