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

Add implib to the stamp files #6875

Closed
wants to merge 1 commit into from

Commits on May 16, 2019

  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 committed May 16, 2019
    Configuration menu
    Copy the full SHA
    7f1c3c7 View commit details
    Browse the repository at this point in the history