Kaydet (Commit) d75a2760 authored tarafından Greg Ward's avatar Greg Ward

Fix install directories on Mac OS: now everything goes to

<prefix>:Lib:site-packages.
üst 1ed49eeb
...@@ -38,8 +38,8 @@ INSTALL_SCHEMES = { ...@@ -38,8 +38,8 @@ INSTALL_SCHEMES = {
'data' : '$base', 'data' : '$base',
}, },
'mac': { 'mac': {
'purelib': '$base:Lib', 'purelib': '$base:Lib:site-packages',
'platlib': '$base:Mac:PlugIns', 'platlib': '$base:Lib:site-packages',
'headers': '$base:Include:$dist_name', 'headers': '$base:Include:$dist_name',
'scripts': '$base:Scripts', 'scripts': '$base:Scripts',
'data' : '$base', 'data' : '$base',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment