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

fix: set MACOSX_DEPLOYMENT_TARGET for BEFORE_ALL #590

Merged
merged 1 commit into from
Feb 12, 2021

Conversation

henryiii
Copy link
Contributor

Looking at it, I think just a simple fix is likely okay; there's not a way to combine these easily, and it's a bit specific to this one variable. Fixes #563.

@YannickJadoul
Copy link
Member

Rebasing this as well, since CircleCI is still broken.

Copy link
Member

@YannickJadoul YannickJadoul left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the same order as for the other times we add MACOSX_DEPLOYMENT_TARGET (in CIBW_BEFORE_BUILD and for the main build): after evaluating CIBW_ENVIRONMENT (so CIBW_ENVIRONMENT can't access the variable).

So, looks good to me!

@YannickJadoul
Copy link
Member

YannickJadoul commented Feb 11, 2021

@henryiii, Azure is a bit confused, but depending on how much you are in a hurry, this could get merged, I think :-)

Copy link
Contributor

@joerick joerick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks @henryiii 👍

@henryiii henryiii merged commit bb14c67 into pypa:master Feb 12, 2021
@henryiii henryiii deleted the fix/macos_dep_all branch February 12, 2021 15:41
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.

set MACOSX_DEPLOYMENT_TARGET for all stages?
3 participants