diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-08-25 22:33:30 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-08-25 22:33:30 (GMT) |
commit | d640fe2af5095c8104a7cf850c2a669c8e864215 (patch) | |
tree | 04fbf97c7f008821c9999531a56bdebc319353d5 /Mac | |
parent | c020e7f8cb04ff81197501781e92a26fa4382135 (diff) | |
parent | 7c4a7e6f3cbd98ad547a3f1661582517612419e3 (diff) | |
download | cpython-d640fe2af5095c8104a7cf850c2a669c8e864215.zip cpython-d640fe2af5095c8104a7cf850c2a669c8e864215.tar.gz cpython-d640fe2af5095c8104a7cf850c2a669c8e864215.tar.bz2 |
#18803: merge with 3.3.
Diffstat (limited to 'Mac')
-rwxr-xr-x | Mac/BuildScript/build-installer.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py index 64c6171..41af0d3 100755 --- a/Mac/BuildScript/build-installer.py +++ b/Mac/BuildScript/build-installer.py @@ -108,7 +108,7 @@ DEPSRC = os.path.expanduser('~/Universal/other-sources') ### There are some issues with the SDK selection below here, ### The resulting binary doesn't work on all platforms that ### it should. Always default to the 10.4u SDK until that -### isue is resolved. +### issue is resolved. ### ##if int(os.uname()[2].split('.')[0]) == 8: ## # Explicitly use the 10.4u (universal) SDK when @@ -1055,7 +1055,7 @@ def buildPython(): os.chdir(curdir) if PYTHON_3: - # Remove the 'Current' link, that way we don't accidently mess + # Remove the 'Current' link, that way we don't accidentally mess # with an already installed version of python 2 os.unlink(os.path.join(rootDir, 'Library', 'Frameworks', 'Python.framework', 'Versions', 'Current')) |