Author: Armin Rigo <ar...@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: _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit