commit | 90d523910a61290597b4599f17363b532f0a4411 | [log] [tgz] |
---|---|---|
author | Ronald Oussoren <ronaldoussoren@mac.com> | Mon May 03 03:29:03 2021 +0200 |
committer | GitHub <noreply@github.com> | Sun May 02 18:29:03 2021 -0700 |
tree | bfb0c81cd7749b5108b5ff28fb5ef88774008242 | |
parent | 821f0c8c39f522f28407bd0e8d4adeadd3e72776 [diff] |
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