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

Uplift windows gnu DLL import libraries. #8141

Merged
merged 2 commits into from
Apr 21, 2020
Merged

Commits on Apr 21, 2020

  1. Add implib to the stamp files

    This was already done when targetting msvc, but it needs to be done for
    all targets to allow rustc to link with shared libraries when using llvm
    -l<dllname> is only supported by gcc, while llvm needs an import library
    to link indirectly with a dll
    chouquette authored and ehuss committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    68c22a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b19d6ac View commit details
    Browse the repository at this point in the history