8000 Fix macOS installer build typos · python/cpython@e41eced · GitHub
[go: up one dir, main page]

Skip to content

Commit e41eced

Browse files
committed
Fix macOS installer build typos
1 parent febe382 commit e41eced

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Mac/BuildScript/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ building on a newer version of macOS that will run on older versions
3030
by setting MACOSX_DEPLOYMENT_TARGET. This is because the various
3131
Python C modules do not yet support runtime testing of macOS
3232
feature availability (for example, by using macOS AvailabilityMacros.h
33-
and weak-linking). To build a Python that is used to be used on a
33+
and weak-linking). To build a Python that is to be used on a
3434
range of macOS releases, always build on the oldest release to be
3535
supported; the necessary shared libraries for that release will
3636
normally also be available on later systems, with the occasional
@@ -40,7 +40,7 @@ build-installer requires Apple Developer tools, either from the
4040
Command Line Tools package or from a full Xcode installation.
4141
You should use the most recent version of either for the operating
4242
system version in use. (One notable exception: on macOS 10.6,
43-
Snow Leopards, use Xcode 3, not Xcode 4 which was released later
43+
Snow Leopard, use Xcode 3, not Xcode 4 which was released later
4444
in the 10.6 support cycle.)
4545

4646
1. 64-bit, x86_64, for OS X 10.9 (and later)::

Mac/BuildScript/build-installer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1328,7 +1328,6 @@ def buildPython():
13281328
l_dict = {}
13291329
exec(data, g_dict, l_dict)
13301330
build_time_vars = l_dict['build_time_vars']
1331-
exec(data)
13321331
vars = {}
13331332
for k, v in build_time_vars.items():
13341333
if type(v) == type(''):

0 commit comments

Comments
 (0)
0