Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows: Static libraries should end with .lib not .a when using the MSVC ABI install #2100

Closed
pjmlp opened this issue Nov 1, 2015 · 1 comment

Comments

@pjmlp
Copy link

pjmlp commented Nov 1, 2015

The standard extension for Windows static libraries is .lib.

By keeping the .a extension while using the MSVC ABI, we are forced to rename the files when integrating Rust libraries into compiler chains that expect .lib as an extension.

@alexcrichton
Copy link
Member

Thanks for the report! This is actually coming from the compiler, however, rather than Cargo, so could you reopen the bug over at rust-lang/rust?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants