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

Set MACOSX_DEPLOYMENT_TARGET to be the earliest supported version #22

Open
bjia56 opened this issue Jan 10, 2024 · 0 comments · May be fixed by #53
Open

Set MACOSX_DEPLOYMENT_TARGET to be the earliest supported version #22

bjia56 opened this issue Jan 10, 2024 · 0 comments · May be fixed by #53
Milestone

Comments

@bjia56
Copy link
Collaborator

bjia56 commented Jan 10, 2024

The MACOSX_DEPLOYMENT_TARGET env var controls which minimum MacOS version the compilation will target. For arm64, the minimum possible version is always MacOS 11.0 (even if the env var is set to be lower), but for x86_64 the version could be even lower (e.g. 10.15).

Without setting this env var, libcurl may not work on users running an older MacOS than the gh actions worker - e.g. in this issue: jeffreydwalter/arlo#205

@perklet perklet added this to the v0.6 milestone Jan 11, 2024
@perklet perklet added the enhancement New feature or request label Jan 11, 2024
@perklet perklet removed the enhancement New feature or request label Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants