Skip to content

feat: add experimental support for Darwin #623

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

shanduur
Copy link

@shanduur shanduur commented May 14, 2025

This pull request focuses on improving cross-platform compatibility, particularly for macOS (Darwin) systems.

The primary goal is to ensure the software builds on both macOS and Linux. These changes specifically address the differences in dynamic linking and shared library management between the two operating systems, preventing build failures or runtime issues related to missing libraries or incompatible compiler flags on macOS.

@shanduur shanduur force-pushed the darwin branch 3 times, most recently from 680a07b to e31dc63 Compare May 14, 2025 13:45
@shanduur shanduur marked this pull request as ready for review May 14, 2025 13:50
@shanduur shanduur changed the title fea: add experimental support for Darwin feat: add experimental support for Darwin May 14, 2025
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