Skip to content

Commit 105cbcc

Browse files
committed
Clear CARGO_ENCODED_RUSTFLAGS in example-runner-wgpu's build script.
1 parent d3384ef commit 105cbcc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/runners/wgpu/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ fn main() -> Result<(), Box<dyn Error>> {
3535
"--target-dir",
3636
])
3737
.arg(dir)
38+
.env_remove("CARGO_ENCODED_RUSTFLAGS")
3839
.stderr(std::process::Stdio::inherit())
3940
.stdout(std::process::Stdio::inherit())
4041
.status()?;

0 commit comments

Comments
 (0)