[pypy-svn] r59181 - pypy/branch/cbuild-refactor/pypy/translator/platform

afa at codespeak.net afa at codespeak.net
Fri Oct 17 15:19:28 CEST 2008


Author: afa
Date: Fri Oct 17 15:19:27 2008
New Revision: 59181

Modified:
   pypy/branch/cbuild-refactor/pypy/translator/platform/windows.py
Log:
Log message about updated environment


Modified: pypy/branch/cbuild-refactor/pypy/translator/platform/windows.py
==============================================================================
--- pypy/branch/cbuild-refactor/pypy/translator/platform/windows.py	(original)
+++ pypy/branch/cbuild-refactor/pypy/translator/platform/windows.py	Fri Oct 17 15:19:27 2008
@@ -38,6 +38,7 @@
         key, value = line.split('=', 1)
         if key.upper() in ['PATH', 'INCLUDE', 'LIB']:
             os.environ[key] = value
+    log.msg("Updated environment with %s" % (vcvars,))
 
 try:
     _install_msvc_env()



More information about the Pypy-commit mailing list