Skip to content

Commit 395f754

Browse files
committed
Remove RUSTC_WRAPPER env
1 parent 7fc4560 commit 395f754

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/cargo-gpu/src/install.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ package = "rustc_codegen_spirv"
301301
}
302302
cargo
303303
.env_remove("RUSTC")
304+
.env_remove("RUSTC_WRAPPER")
304305
.env_remove("RUSTFLAGS")
305306
// ignore any externally supplied target dir, we want to build it in our cache dir
306307
.env_remove("CARGO_TARGET_DIR");

0 commit comments

Comments
 (0)