Author: Christian Tismer <[email protected]>
Branch: win64-stage1
Changeset: r49641:8cd49e98e5a5
Date: 2011-11-21 19:43 +0100
http://bitbucket.org/pypy/pypy/changeset/8cd49e98e5a5/

Log:    relevant_environ updated for windows

diff --git a/pypy/translator/platform/windows.py 
b/pypy/translator/platform/windows.py
--- a/pypy/translator/platform/windows.py
+++ b/pypy/translator/platform/windows.py
@@ -80,6 +80,8 @@
     name = "msvc"
     so_ext = 'dll'
     exe_ext = 'exe'
+    
+    relevant_environ = ('PATH', 'INCLUDE', 'LIB')
 
     cc = 'cl.exe'
     link = 'link.exe'
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to