Author: Matti Picus <[email protected]>
Branch: py3.6
Changeset: r98441:c092ffe0d27c
Date: 2020-01-02 17:50 +0200
http://bitbucket.org/pypy/pypy/changeset/c092ffe0d27c/
Log: issue 3140: add $dist_name to include path
diff --git a/lib-python/3/distutils/command/install.py
b/lib-python/3/distutils/command/install.py
--- a/lib-python/3/distutils/command/install.py
+++ b/lib-python/3/distutils/command/install.py
@@ -46,7 +46,7 @@
'pypy': {
'purelib': '$base/site-packages',
'platlib': '$base/site-packages',
- 'headers': '$base/include',
+ 'headers': '$base/include/$dist_name',
'scripts': '$base/bin',
'data' : '$base',
},
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit