- 
                Notifications
    You must be signed in to change notification settings 
- Fork 13.9k
Open
Labels
C-feature-requestCategory: A feature request, i.e: not implemented / a PR.Category: 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.Relevant to the library API team, which will review and decide on the PR/issue.
Description
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
Labels
C-feature-requestCategory: A feature request, i.e: not implemented / a PR.Category: 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.Relevant to the library API team, which will review and decide on the PR/issue.