[pypy-commit] pypy default: relevant_environ updated for windows

ctismer noreply at buildbot.pypy.org
Mon Nov 21 19:47:25 CET 2011


Author: Christian Tismer <tismer at stackless.com>
Branch: 
Changeset: r49642:d4d7276882d4
Date: 2011-11-21 19:46 +0100
http://bitbucket.org/pypy/pypy/changeset/d4d7276882d4/

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
@@ -71,6 +71,8 @@
     so_ext = 'dll'
     exe_ext = 'exe'
 
+    relevant_environ = ('PATH', 'INCLUDE', 'LIB')
+
     cc = 'cl.exe'
     link = 'link.exe'
 


More information about the pypy-commit mailing list