[pypy-commit] pypy py3.5: port of 5c0c182

arigo pypy.commits at gmail.com
Wed Feb 22 03:49:43 EST 2017


Author: Armin Rigo <arigo at tunes.org>
Branch: py3.5
Changeset: r90285:bbfa74ae6b0d
Date: 2017-02-22 09:48 +0100
http://bitbucket.org/pypy/pypy/changeset/bbfa74ae6b0d/

Log:	port of 5c0c182

diff --git a/lib-python/3/sysconfig.py b/lib-python/3/sysconfig.py
--- a/lib-python/3/sysconfig.py
+++ b/lib-python/3/sysconfig.py
@@ -578,6 +578,9 @@
             import _osx_support
             _osx_support.customize_config_vars(_CONFIG_VARS)
 
+        _CONFIG_VARS['INCLUDEPY'] = os.path.join(_CONFIG_VARS['prefix'],
+                                                 'include')
+
     if args:
         vals = []
         for name in args:


More information about the pypy-commit mailing list