[Python-Dev] Re: How to build cpython for x86_64 target on M1 Mac?

2022-02-10 Thread Jeff Pek
Thanks, Ned. I'm glad I didn't just miss it. I have built a universal binary, and it looks straightforward to extra the separate ARCHs out with lipo. Thanks for the response. Jeff ___ Python-Dev mailing list -- python-dev@python.org To unsubscribe send

[Python-Dev] How to build cpython for x86_64 target on M1 Mac?

2022-02-10 Thread jeff . pek
Hi - Newbie post here... We need to be able to produce both arm64 and x86_64 builds of cpython on a single machine. I can see that, by default, it chooses the target architecture based on the current running architecture. The docs say that we can target one platform from the other, but it's