Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup of OS X python build flags #27

Closed
vonbirdie opened this issue Jun 21, 2011 · 2 comments
Closed

Cleanup of OS X python build flags #27

vonbirdie opened this issue Jun 21, 2011 · 2 comments

Comments

@vonbirdie
Copy link

The arch flag (with-universal-archs) should be 64-bit, 32-bit or all when building at least Python 2.6 (haven't checked the other versions) on OS X. It can probably be removed entirely since the configure script should detect that on it's own and macs only ship with 64-bit nowadays anyway.

Also i can't find any reason to include the enable-universalsdk either. That seems so only be used for building universal (both ppc and intel) binaries and i don't see any reason so continue to support ppc when even apple doesn't do that?

@adamlwgriffiths
Copy link

Can you provide a list of the flags that you set to build on OS X?

@vonbirdie
Copy link
Author

You mean which args i used to override the ones pythonbrew uses so i could build it successfully? This was a long time ago so i i'm sorry but i don't remember everything about it. My guess is that i used the default ones to build python and simply overrode the ones pythonbrew tried to use.

@utahta utahta closed this as completed Jan 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants