Author: Matti Picus <matti.pi...@gmail.com>
Branch: py3.5
Changeset: r93864:87cbb9df283a
Date: 2018-02-22 00:52 -0500
http://bitbucket.org/pypy/pypy/changeset/87cbb9df283a/

Log:    vcvars no longer sets libpath, it is unused anyway

diff --git a/lib-python/3/distutils/msvc9compiler.py 
b/lib-python/3/distutils/msvc9compiler.py
--- a/lib-python/3/distutils/msvc9compiler.py
+++ b/lib-python/3/distutils/msvc9compiler.py
@@ -255,7 +255,7 @@
     """Launch vcvarsall.bat and read the settings from its environment
     """
     vcvarsall = find_vcvarsall(version)
-    interesting = set(("include", "lib", "libpath", "path"))
+    interesting = set(("include", "lib", "path"))
     result = {}
 
     if vcvarsall is None:
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to