Closed
Description
DLLs built with Autotools (which uses MinGW of course) are named libfoo.dll
, and other build systems on Windows that use MSVC (like Visual Studio project files or CMake) use foo.dll
.
So this is a convenient way to differentiate between DLLs built with MSVC and those built with MinGW, which is convenient for projects that provide binaries built with both toolchains. This is also what Meson does.
Would you like to follow Meson in this or do you prefer sticking with Cargo defaults as to which target platforms prefix lib
to the library name?
Activity