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

buildRustCrate: support rlib dependency type #78188

Merged
merged 3 commits into from Jan 28, 2020

Commits on Jan 21, 2020

  1. buildRustCrate: treat rlib crates just like lib crates

    Both version provide `rlib` files to link against. Previously we would
    try to find a matching shared library in the `lib` output.
    andir committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    d6a8b55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    406e0c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78faab1 View commit details
    Browse the repository at this point in the history