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