about summary refs log tree commit diff
path: root/src/bootstrap
diff options
context:
space:
mode:
authorYuki OKUSHI <huyuumi.dev@gmail.com>2019-04-30 17:27:53 +0900
committerYuki OKUSHI <huyuumi.dev@gmail.com>2019-04-30 17:27:53 +0900
commitbf4d0adf2395a260b024586e105f2e109222201c (patch)
tree2d89d55cf6c68b2216dd90ee68b8b280b22631d2 /src/bootstrap
parent03122e1bac482b150844ef9664b1ad2438b43072 (diff)
downloadrust-bf4d0adf2395a260b024586e105f2e109222201c.tar.gz
rust-bf4d0adf2395a260b024586e105f2e109222201c.zip
Rename to RUSTC_LOG
Diffstat (limited to 'src/bootstrap')
-rw-r--r--src/bootstrap/native.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/native.rs b/src/bootstrap/native.rs
index 96aed729345..285f9458c44 100644
--- a/src/bootstrap/native.rs
+++ b/src/bootstrap/native.rs
@@ -436,7 +436,7 @@ fn configure_cmake(builder: &Builder<'_>,
     }
 
     if env::var_os("SCCACHE_ERROR_LOG").is_some() {
-        cfg.env("RUST_LOG", "sccache=warn");
+        cfg.env("RUSTC_LOG", "sccache=warn");
     }
 }