[pypy-commit] pypy default: merge heads

bdkearns noreply at buildbot.pypy.org
Mon Mar 11 05:14:46 CET 2013


Author: Brian Kearns <bdkearns at gmail.com>
Branch: 
Changeset: r62287:105fa978d547
Date: 2013-03-11 00:14 -0400
http://bitbucket.org/pypy/pypy/changeset/105fa978d547/

Log:	merge heads

diff --git a/lib-python/2/distutils/sysconfig_pypy.py b/lib-python/2/distutils/sysconfig_pypy.py
--- a/lib-python/2/distutils/sysconfig_pypy.py
+++ b/lib-python/2/distutils/sysconfig_pypy.py
@@ -9,6 +9,7 @@
 
 
 PREFIX = os.path.normpath(sys.prefix)
+EXEC_PREFIX = os.path.normpath(sys.exec_prefix)
 project_base = os.path.dirname(os.path.abspath(sys.executable))
 python_build = False
 


More information about the pypy-commit mailing list