[pypy-commit] pypy release-1.7.x: relevant_environ updated for windows

ctismer noreply at buildbot.pypy.org
Sun Nov 27 12:58:25 CET 2011


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

Log:	relevant_environ updated for windows (transplanted from
	d4d7276882d44a876d99da11875559967bab2e64)

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