jwharm / java-gi

GObject-Introspection bindings generator for Java
GNU Lesser General Public License v2.1
93 stars 9 forks source link

fix: add back support for MSVC-built GTK in LibLoad #104

Closed Kontiterit closed 5 months ago

Kontiterit commented 5 months ago

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.

jwharm commented 5 months ago

Thanks for the PR!