◐ Shell
clean mode source ↗

bpo-41090: Add support for building "Universal 2" binaries on macOS 11. by ronaldoussoren · Pull Request #21115 · python/cpython

Conversation

@ronaldoussoren

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.

https://bugs.python.org/issue41090

@corona10 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.

Jun 24, 2020

merwok



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.

@ned-deily

Labels