conan-io / hooks

Official Conan client hooks
MIT License
33 stars 46 forks source link

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

Open franramirez688 opened 8 months ago

franramirez688 commented 8 months ago

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

franramirez688 commented 8 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