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

Conversation

a1ph
Copy link
Contributor

@a1ph a1ph commented Jun 15, 2020

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.

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.
cargo/cargo_build_script.bzl Outdated Show resolved Hide resolved
cargo/cargo_build_script.bzl Show resolved Hide resolved
@damienmg damienmg merged commit 7d39dce into bazelbuild:master Jun 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants