mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
Hopefully fix make framework install on Mac (see 3174)
Removal of the Mac modules broke many of the Mac scripts (including BuildApplet.py) so the building of the Python launcher and IDLE.app was broken. I manually copied built versions of those apps into Mac. Everything else which used Mac modules had to die.
This commit is contained in:
parent
bbfd71d7ac
commit
de9c869fb8
75 changed files with 363 additions and 5710 deletions
|
@ -14,7 +14,7 @@ status also when nothing needs to be fixed.
|
|||
"""
|
||||
import sys
|
||||
import os
|
||||
import gestalt
|
||||
import gestalt as _gestalt
|
||||
|
||||
MAKEFILE='/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/config/Makefile'
|
||||
CHANGES=((
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue