Open uilianries opened 8 months ago
Need to validate the case when building in Windows with shared=True, generates foobar.dll and foobar.dll.lib, is causing a false-positive in the Conan Center hook.
foobar.dll
foobar.dll.lib
That's a valid case, projects are free to generate that prefix extension.
/cc @franramirez688
Need to validate the case when building in Windows with shared=True, generates
foobar.dll
andfoobar.dll.lib
, is causing a false-positive in the Conan Center hook.That's a valid case, projects are free to generate that prefix extension.
/cc @franramirez688