mirror of https://github.com/python/cpython
Fix osx_framework_user include to match distutils (#27093)
This commit is contained in:
parent
2693132292
commit
28544609cb
|
@ -111,7 +111,7 @@ if _HAS_USER_BASE:
|
|||
'platstdlib': '{userbase}/lib/python',
|
||||
'purelib': '{userbase}/lib/python/site-packages',
|
||||
'platlib': '{userbase}/lib/python/site-packages',
|
||||
'include': '{userbase}/include',
|
||||
'include': '{userbase}/include/python{py_version_short}',
|
||||
'scripts': '{userbase}/bin',
|
||||
'data': '{userbase}',
|
||||
},
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
The framework build's user header path in sysconfig is changed to add a
|
||||
'pythonX.Y' component to match distutils's behavior.
|
Loading…
Reference in New Issue