mirror of
https://github.com/python/cpython.git
synced 2025-07-26 04:34:20 +00:00
MkPluginAliases now knows about fat PythonCore (and all resource files
got binhexed again)
This commit is contained in:
parent
03a00a8081
commit
78c3cc4f0c
8 changed files with 164 additions and 163 deletions
|
@ -192,6 +192,7 @@ def main():
|
|||
print 'Creating PythonCore aliases in Extensions folder...'
|
||||
os.chdir('::')
|
||||
n = 0
|
||||
n = n + mkcorealias('PythonCore', 'PythonCore')
|
||||
n = n + mkcorealias('PythonCorePPC', ':build.macppc.shared:PythonCorePPC')
|
||||
n = n + mkcorealias('PythonCoreCFM68K', ':build.mac68k.shared:PythonCoreCFM68K')
|
||||
if n == 0:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue