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

Support -dynamic.lib in Windows interpreter #14143

Conversation

HertzDevil
Copy link
Contributor

@HertzDevil HertzDevil commented Dec 27, 2023

Like #13473, but for the interpreter; if there is a @[Link("foo")] annotation, then the interpreter will first look for foo-dynamic.lib before foo.lib. DLL lookup is unchanged, and -static.lib files are ignored. Fixes #13891.

@straight-shoota straight-shoota added this to the 1.11.0 milestone Dec 27, 2023
@straight-shoota straight-shoota merged commit 866d51d into crystal-lang:master Dec 31, 2023
56 checks passed
@HertzDevil HertzDevil deleted the feature/windows-interpreter-dynamic-lib branch December 31, 2023 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Crystal interpreter undefined reference to `GC_malloc_atomic'
2 participants