From: Ned Deily Date: Thu, 25 Jun 2020 07:41:19 +0000 (-0400) Subject: Fix macOS installer build typos X-Git-Tag: v3.7.8~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e41eced0fc7212c0739538292844ff2b8c62bc03;p=thirdparty%2FPython%2Fcpython.git Fix macOS installer build typos --- diff --git a/Mac/BuildScript/README.rst b/Mac/BuildScript/README.rst index 2a7a9c00ee47..94a6bb28cadf 100644 --- a/Mac/BuildScript/README.rst +++ b/Mac/BuildScript/README.rst @@ -30,7 +30,7 @@ building on a newer version of macOS that will run on older versions by setting MACOSX_DEPLOYMENT_TARGET. This is because the various Python C modules do not yet support runtime testing of macOS feature availability (for example, by using macOS AvailabilityMacros.h -and weak-linking). To build a Python that is used to be used on a +and weak-linking). To build a Python that is to be used on a range of macOS releases, always build on the oldest release to be supported; the necessary shared libraries for that release will normally also be available on later systems, with the occasional @@ -40,7 +40,7 @@ build-installer requires Apple Developer tools, either from the Command Line Tools package or from a full Xcode installation. You should use the most recent version of either for the operating system version in use. (One notable exception: on macOS 10.6, -Snow Leopards, use Xcode 3, not Xcode 4 which was released later +Snow Leopard, use Xcode 3, not Xcode 4 which was released later in the 10.6 support cycle.) 1. 64-bit, x86_64, for OS X 10.9 (and later):: diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py index b4d9f4d68a8a..4fab4882efae 100755 --- a/Mac/BuildScript/build-installer.py +++ b/Mac/BuildScript/build-installer.py @@ -1328,7 +1328,6 @@ def buildPython(): l_dict = {} exec(data, g_dict, l_dict) build_time_vars = l_dict['build_time_vars'] - exec(data) vars = {} for k, v in build_time_vars.items(): if type(v) == type(''):