Author: Christian Tismer <[email protected]>
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'
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit