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

Specify the platform version and deployment target on macos #11906

Merged
merged 1 commit into from Dec 10, 2021

Conversation

normanmaurer
Copy link
Member

Motivation:

We should specify the platform version and deployment target when on macos as otherwise we might change requirements of minimal macOS version without notice it.

Modifications:

  • Add -platform_version to the linker args
  • Always specify MACOSX_DEPLOYMENT_TARGET target

Result:

Be able to use native macOS libs again on older macOS releases

Motivation:

We should specify the platform version and deployment target when on macos as otherwise we might change requirements of minimal macOS version without notice it.

Modifications:

- Add -platform_version to the linker args
- Always specify MACOSX_DEPLOYMENT_TARGET target

Result:

Be able to use native macOS libs again on older macOS releases
@normanmaurer normanmaurer added this to the 4.1.72.Final milestone Dec 10, 2021
@normanmaurer normanmaurer merged commit 4ebeb74 into 4.1 Dec 10, 2021
@normanmaurer normanmaurer deleted the macos_platform_version branch December 10, 2021 13:36
normanmaurer added a commit that referenced this pull request Dec 10, 2021
Motivation:

We should specify the platform version and deployment target when on macos as otherwise we might change requirements of minimal macOS version without notice it.

Modifications:

- Add -platform_version to the linker args
- Always specify MACOSX_DEPLOYMENT_TARGET target

Result:

Be able to use native macOS libs again on older macOS releases
laosijikaichele pushed a commit to laosijikaichele/netty that referenced this pull request Dec 16, 2021
)

Motivation:

We should specify the platform version and deployment target when on macos as otherwise we might change requirements of minimal macOS version without notice it.

Modifications:

- Add -platform_version to the linker args
- Always specify MACOSX_DEPLOYMENT_TARGET target

Result:

Be able to use native macOS libs again on older macOS releases
laosijikaichele pushed a commit to laosijikaichele/netty that referenced this pull request Dec 16, 2021
)

Motivation:

We should specify the platform version and deployment target when on macos as otherwise we might change requirements of minimal macOS version without notice it.

Modifications:

- Add -platform_version to the linker args
- Always specify MACOSX_DEPLOYMENT_TARGET target

Result:

Be able to use native macOS libs again on older macOS releases
10brothers pushed a commit to 10brothers/netty that referenced this pull request Jan 20, 2022
)

Motivation:

We should specify the platform version and deployment target when on macos as otherwise we might change requirements of minimal macOS version without notice it.

Modifications:

- Add -platform_version to the linker args
- Always specify MACOSX_DEPLOYMENT_TARGET target

Result:

Be able to use native macOS libs again on older macOS releases
raidyue pushed a commit to raidyue/netty that referenced this pull request Jul 8, 2022
)

Motivation:

We should specify the platform version and deployment target when on macos as otherwise we might change requirements of minimal macOS version without notice it.

Modifications:

- Add -platform_version to the linker args
- Always specify MACOSX_DEPLOYMENT_TARGET target

Result:

Be able to use native macOS libs again on older macOS releases
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