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 editable build on Macs with XCode >= 15 #575

Merged
merged 4 commits into from
Jul 1, 2024
Merged

Fix editable build on Macs with XCode >= 15 #575

merged 4 commits into from
Jul 1, 2024

Conversation

DmitriyMusatkin
Copy link
Contributor

Issue #, if available:

Description of changes:
xcode 15 ships with new linker that flags duplicate rpath entries as warning and then we treat warnings as errors. unfortunately pyenv in brew ships with duplicate entries in sysconfig. lets revert back to old linker in editable mode until this is fixed.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@DmitriyMusatkin DmitriyMusatkin merged commit 00a410f into main Jul 1, 2024
65 checks passed
@DmitriyMusatkin DmitriyMusatkin deleted the xcode branch July 1, 2024 20:22
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

3 participants