mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Fix osx_framework_user include to match distutils (#27093)
This commit is contained in:
parent
2693132292
commit
28544609cb
2 changed files with 3 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue