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

Limit MACOSX_DEPLOYMENT_TARGET based on Python. #2

Merged
merged 1 commit into from Aug 20, 2016

Conversation

timj
Copy link
Member

@timj timj commented Aug 20, 2016

It's not possible to compile Python extensions targeting an earlier SDK than
Python itself was compiled for. Conversely, we don't want to target a later
version of the SDK than is available on the current platform. Finally, the
stack itself requires at least OSX 10.9.

Here, we attempt to be smart about choosing an SDK version that satisfies all
the above constraints.

It's not possible to compile Python extensions targeting an earlier SDK than
Python itself was compiled for. Conversely, we don't want to target a later
version of the SDK than is available on the current platform. Finally, the
stack itself requires at least OSX 10.9.

Here, we attempt to be smart about choosing an SDK version that satisfies all
the above constraints.
@jdswinbank jdswinbank merged commit 8203b4a into master Aug 20, 2016
@ktlim ktlim deleted the tickets/DM-6133 branch August 25, 2018 05:50
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

Successfully merging this pull request may close these issues.

None yet

2 participants