You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While build.rs runtime and compile-time environment coincide when using
cargo, they may not when using other build systems (notably bazel, which
is therefore unable to build a project depending on this crate).
As explained in [the docs][], build scripts should get their inputs from
the environment at runtime, not during compilation.
[the docs]:https://doc.rust-lang.org/cargo/reference/build-scripts.html#inputs-to-the-build-script
Co-authored-by: Paolo Tranquilli <redsun82@gihub.com>
0 commit comments