mirror of https://github.com/python/cpython
Fixed install directory for header files on Unix.
This commit is contained in:
parent
992fe5a83e
commit
c566232c4d
|
@ -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…
Reference in New Issue