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 build with Apple clang v15.0.0 #83

Merged
merged 3 commits into from
Sep 29, 2023
Merged

Fix build with Apple clang v15.0.0 #83

merged 3 commits into from
Sep 29, 2023

Conversation

yeggor
Copy link
Collaborator

@yeggor yeggor commented Sep 29, 2023

The apple developer tools update (https://developer.apple.com/documentation/xcode-release-notes/xcode-15-release-notes) includes updates to the linker, with which the plugin and loader build breaks down.

This PR will allow us to build it in "compatibility mode" using -ld_classic option for AppleClang v15.0.0 and higher.

@yeggor yeggor merged commit 2bdd97b into master Sep 29, 2023
14 checks passed
@yeggor yeggor deleted the bugfix/build branch February 16, 2024 19:02
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.

1 participant