]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42362: Switch to clang/clang++ as the default compiler in build-installer.py...
authorRonald Oussoren <ronaldoussoren@mac.com>
Mon, 3 May 2021 01:29:03 +0000 (03:29 +0200)
committerGitHub <noreply@github.com>
Mon, 3 May 2021 01:29:03 +0000 (18:29 -0700)
commit90d523910a61290597b4599f17363b532f0a4411
treebfb0c81cd7749b5108b5ff28fb5ef88774008242
parent821f0c8c39f522f28407bd0e8d4adeadd3e72776
bpo-42362: Switch to clang/clang++ as the default compiler in build-installer.py (GH-23298)

This change is cosmetic only, the "gcc" command in Apple's compiler tools is an alias for "clang" (and using non-system tooling for building the installer is not supported by this script).

Automerge-Triggered-By: GH:ned-deily
Mac/BuildScript/build-installer.py