[pypy-commit] pypy default: LIBDIR makes not sense on Windows (and is not required by pylint)
amauryfa
noreply at buildbot.pypy.org
Tue Mar 13 23:57:45 CET 2012
Author: Amaury Forgeot d'Arc <amauryfa at gmail.com>
Branch:
Changeset: r53512:5d86d1299353
Date: 2012-03-13 23:57 +0100
http://bitbucket.org/pypy/pypy/changeset/5d86d1299353/
Log: LIBDIR makes not sense on Windows (and is not required by pylint)
diff --git a/lib-python/modified-2.7/distutils/sysconfig_pypy.py b/lib-python/modified-2.7/distutils/sysconfig_pypy.py
--- a/lib-python/modified-2.7/distutils/sysconfig_pypy.py
+++ b/lib-python/modified-2.7/distutils/sysconfig_pypy.py
@@ -72,7 +72,6 @@
g['EXE'] = ".exe"
g['SO'] = _get_so_extension() or ".pyd"
g['SOABI'] = g['SO'].rsplit('.')[0]
- g['LIBDIR'] = os.path.join(sys.prefix, 'lib')
global _config_vars
_config_vars = g
More information about the pypy-commit
mailing list