Skip to content
New issue

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

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

Already on GitHub? # to your account

Make linkat, unlinkat, and renameat weak on macos. #649

Merged
merged 6 commits into from
May 3, 2023

Conversation

sunfishcode
Copy link
Member

macOS <= 10.9 lacks these functions, so use weak symbols for them.

Fixes #648.

macOS <= 10.9 lacks these functions, so use weak symbols for them.

Fixes #648.
Set MACOSX_DEPLOYMENT_TARGET and MACOSX_SDK_VERSION to 10.7, currently
the oldest version supported by Rust itself.
@sunfishcode sunfishcode force-pushed the sunfishcode/macos-fixes branch 2 times, most recently from 1ef0b77 to f98249d Compare May 3, 2023 18:09
@sunfishcode sunfishcode merged commit 1dfbd05 into main May 3, 2023
@sunfishcode sunfishcode deleted the sunfishcode/macos-fixes branch May 3, 2023 18:09
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Not buildable with macOS <= 10.9
1 participant