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 macos build error #399

Merged
merged 1 commit into from
Dec 4, 2024
Merged

Fix macos build error #399

merged 1 commit into from
Dec 4, 2024

Conversation

andyneff
Copy link
Contributor

@andyneff andyneff commented Dec 3, 2024

Closes #398

Mac seems to use dynamic linking more for making modules than Linux and Windows do. Thus the common python symbols were missing and it requires libpython3.13.dylib for these symbols. If this is a different in the mac "Framework" then cmake should probably include that for the Development.Module component. But this is a workaround in the meantime while we wait for any upstream fixes.

- Closes google#398

Signed-off-by: Andy Neff <[email protected]>
@jmr jmr merged commit 3f901b9 into google:master Dec 4, 2024
1 check passed
@andyneff andyneff deleted the cmake_mac_patch branch December 4, 2024 15:01
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.

Unable to build wheel after #394 on macos arm64
2 participants