Skip to content

Commit

Permalink
Clear CARGO_ENCODED_RUSTFLAGS in example-runner-wgpu's build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
eddyb committed Aug 6, 2022
1 parent d3384ef commit 105cbcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/runners/wgpu/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ fn main() -> Result<(), Box<dyn Error>> {
"--target-dir",
])
.arg(dir)
.env_remove("CARGO_ENCODED_RUSTFLAGS")
.stderr(std::process::Stdio::inherit())
.stdout(std::process::Stdio::inherit())
.status()?;
Expand Down

0 comments on commit 105cbcc

Please sign in to comment.