hooks
hooks copied to clipboard
[bugfix] Shared libraries in Windows (`.dll.lib` not found as interface)
Closes: https://github.com/conan-io/hooks/issues/528
Update: The bug comes from collect_libs as it's not gathering DLL extensions, and it's a bit difficult to fix without breaking. Proposing another way around: https://github.com/conan-io/conan/pull/15866