conan-io / hooks

Official Conan client hooks
MIT License
32 stars 44 forks source link

[bugfix] Shared libraries in Windows (`.dll.lib` not found as interface) #529

Open franramirez688 opened 4 months ago

franramirez688 commented 4 months ago

Closes: https://github.com/conan-io/hooks/issues/528

franramirez688 commented 3 months ago

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