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

Expose rustc cfg values to build scripts #3243

Merged
merged 1 commit into from
Nov 3, 2016

Commits on Nov 2, 2016

  1. Expose rustc cfg values to build scripts

    This commit is Cargo's portion of the implementation of [RFC 1721] where it will
    expose values printed by `rustc --print cfg` to build scripts.
    
    [RFC 1721]: https://github.com/rust-lang/rfcs/blob/master/text/1721-crt-static.md
    
    This will in turn be used to communicate features like `-C
    target-feature=+crt-static` which can be used to compile objects for statically
    linking against the msvcrt on MSVC.
    alexcrichton committed Nov 2, 2016
    Configuration menu
    Copy the full SHA
    23587ee View commit details
    Browse the repository at this point in the history