Libraries built with MSVC don't have the lib prefix for some reason, so we need to also check for libraries without it.
This seems to have been why LibLoad was originally added in #28
With this PR, applications using those builds once again work when using java-gi.
Libraries built with MSVC don't have the
lib
prefix for some reason, so we need to also check for libraries without it. This seems to have been why LibLoad was originally added in #28 With this PR, applications using those builds once again work when using java-gi.