mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Fix install directories on Mac OS: now everything goes to
<prefix>:Lib:site-packages.
This commit is contained in:
parent
1ed49eeb29
commit
d75a276026
1 changed files with 2 additions and 2 deletions
|
@ -38,8 +38,8 @@ INSTALL_SCHEMES = {
|
|||
'data' : '$base',
|
||||
},
|
||||
'mac': {
|
||||
'purelib': '$base:Lib',
|
||||
'platlib': '$base:Mac:PlugIns',
|
||||
'purelib': '$base:Lib:site-packages',
|
||||
'platlib': '$base:Lib:site-packages',
|
||||
'headers': '$base:Include:$dist_name',
|
||||
'scripts': '$base:Scripts',
|
||||
'data' : '$base',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue