mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fixed install directory for header files on Unix.
This commit is contained in:
parent
992fe5a83e
commit
c566232c4d
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ INSTALL_SCHEMES = {
|
|||
'unix_prefix': {
|
||||
'purelib': '$base/lib/python$py_version_short/site-packages',
|
||||
'platlib': '$platbase/lib/python$py_version_short/site-packages',
|
||||
'headers': '$base/include/python/$py_version_short/$dist_name',
|
||||
'headers': '$base/include/python$py_version_short/$dist_name',
|
||||
'scripts': '$base/bin',
|
||||
'data' : '$base/share',
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue