You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bpo-45405: Prevent internal configure error when running configure with recent versions of clang. (GH-28845) (GH-31889)
Change the configure logic to function properly on macOS when the compiler
outputs a platform triplet for option --print-multiarch.
The Apple Clang included with Xcode 13.3 now supports --print-multiarch
causing configure to fail without this change.
Co-authored-by: Ned Deily <[email protected]>
(cherry picked from commit 9c47667)
Co-authored-by: David Bohman <[email protected]>
Automerge-Triggered-By: GH:ned-deily
(cherry picked from commit 9901d15)
Co-authored-by: Miss Islington (bot) <[email protected]>
0 commit comments