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

Support sys-crates build script dependencies. #341

Merged
merged 2 commits into from
Jun 16, 2020

Commits on Jun 15, 2020

  1. Support sys-crates build script dependencies.

    Sys-crates may produce "cargo:var=value" output that must be translated
    into DEP_CRATE_NAME_VAR=VALUE environment variable that is then must be
    made visible to all direct dependent crates build files.
    
    This in particular is used by openssl and openssl-sys crates.
    Alexei Filippov committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    645ffc8 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. Add comment about dep_env

    Alexei Filippov committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    5a486f5 View commit details
    Browse the repository at this point in the history