Skip to content

Consider naming DLLs built with MinGW as libfoo.dll #280

Closed
@nirbheek

Description

@nirbheek

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    F-MesonParityMimic meson behaviour if possibleenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions