We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84f52a7 commit 86acb09Copy full SHA for 86acb09
src/librustc_llvm/build.rs
@@ -30,6 +30,7 @@ fn detect_llvm_link() -> (&'static str, &'static str) {
30
fn main() {
31
if env::var_os("RUST_CHECK").is_some() {
32
// If we're just running `check`, there's no need for LLVM to be built.
33
+ println!("cargo:rerun-if-env-changed=RUST_CHECK");
34
return;
35
}
36
0 commit comments