Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upbpo-41090: Add support for building "Universal 2" binaries on macOS 11. #21115
Conversation
| @@ -16806,7 +16811,7 @@ do | |||
| done | |||
|
|
|||
|
|
|||
| SRCDIRS="Parser Parser/pegen Objects Python Modules Modules/_io Programs" | |||
| SRCDIRS="Parser Objects Python Modules Modules/_io Programs" | |||
merwok
Jun 24, 2020
Contributor
Is this change on purpose or bad merge?
Is this change on purpose or bad merge?
ned-deily
Jun 25, 2020
Member
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.
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.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
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