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

Allow the use of native modules on MinGW. #7

Merged
merged 2 commits into from
Jun 18, 2024

Conversation

DenisBelmondo
Copy link

@DenisBelmondo DenisBelmondo commented Jun 18, 2024

This should allow the use of native modules on MinGW. This replaces the instances in the code where it looks for specifically ".so" as a suffix and replaces it with a new define "NATIVE_MODULE_SUFFIX" that expands to the appropriate one depending on the platform. This also fixes compilation on MinGW environments.

@c-smile c-smile merged commit aef8e4e into c-smile:master Jun 18, 2024
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.

2 participants