]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-42362: use clang name on 10.9 builds as well (GH-25834)
authorNed Deily <nad@python.org>
Mon, 3 May 2021 04:23:54 +0000 (00:23 -0400)
committerGitHub <noreply@github.com>
Mon, 3 May 2021 04:23:54 +0000 (00:23 -0400)
Mac/BuildScript/build-installer.py

index ff62096ec6cd4276a0ae18a7e50d277a061b074a..60174eb6962baebfda14543c257cf9e721bfa4fd 100755 (executable)
@@ -163,7 +163,6 @@ def getTargetCompilers():
         '10.6': ('gcc', 'g++'),
         '10.7': ('gcc', 'g++'),
         '10.8': ('gcc', 'g++'),
-        '10.9': ('gcc', 'g++'),
     }
     return target_cc_map.get(DEPTARGET, ('clang', 'clang++') )