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 cargo:rustc-link-arg to pass custom linker arguments #6298

Merged
merged 5 commits into from
Mar 27, 2019

Commits on Mar 8, 2019

  1. Add cargo:rustc-link-arg to pass custom linker arguments

    It is useful to produce correct cdylibs on platforms such as Linux and
    MacOS.
    lu-zero committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    55205ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d426f12 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9741016 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2019

  1. Configuration menu
    Copy the full SHA
    064afa6 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2019

  1. Configuration menu
    Copy the full SHA
    f608ed6 View commit details
    Browse the repository at this point in the history