We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 822a4ed commit da28e88Copy full SHA for da28e88
build.rs
@@ -71,7 +71,7 @@ fn compile_probe() -> Option<ExitStatus> {
71
fs::write(&probefile, PROBE).ok()?;
72
73
// Make sure to pick up Cargo rustc configuration.
74
- let mut cmd = if let Some(wrapper) = env::var_os("CARGO_RUSTC_WRAPPER") {
+ let mut cmd = if let Some(wrapper) = env::var_os("RUSTC_WRAPPER") {
75
let mut cmd = Command::new(wrapper);
76
// The wrapper's first argument is supposed to be the path to rustc.
77
cmd.arg(rustc);
0 commit comments