bpo-41090: Add support for building "Universal 2" binaries on macOS 11. by ronaldoussoren · Pull Request #21115 · python/cpython
Conversation
Add a new option to "--with-universal-archs": "universal2". This will build binaries supporting the arm64 and x86_64 architectures, in preparation for "Apple Silicon" systems.
corona10
changed the title
BPO-41090: Add support for building "Universal 2" binaries on macOS 11.
bpo-41090: Add support for building "Universal 2" binaries on macOS 11.
|
|
||
|
|
||
| SRCDIRS="Parser Parser/pegen Objects Python Modules Modules/_io Programs" | ||
| SRCDIRS="Parser Objects Python Modules Modules/_io Programs" |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this change on purpose or bad merge?
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A previous commit from another project left configure out of sync with configure.ac. While this corrects that, I'm pushing a separate PR (#21152 ) to fix it right away.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters