Skip to content

Add constants for staticlib to std::env::const #136765

Open
@ranger-ross

Description

@ranger-ross

We have prefix/suffixes for OS specific extensions in std::env::const for bins and dynamic libs.
But we do not have a constant for staticlibs.

I think it would be helpful to include consts for staticlibs as well. (especially since they are different windows MinGW & windows MSVC)

Proposed name:

  • std::env::const::STATICLIB_SUFFIX
  • std::env::const::STATICLIB_EXT

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-feature-requestCategory: A feature request, i.e: not implemented / a PR.T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions