julia
9489e64c - Adapt Windows `cglobal()` search for `libjulia-internal`

Commit
5 years ago
Adapt Windows `cglobal()` search for `libjulia-internal` On Windows, we have a special list of libraries that we search for default symbol resolution. Now that we have symbols defined in `libjulia` and then imported by `libjulia-internal`, we need to make certain that we search `libjulia-internal` first (so that we find non-trampoline functions first) and then `libjulia` (so that we do in fact eventually find the symbols at all).
Author
Parents
Loading