Skip to content

Commit

Permalink
dbg!
Browse files Browse the repository at this point in the history
  • Loading branch information
XAMPPRocky committed Nov 18, 2020
1 parent 07dcf7b commit b0b9ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/spirv-builder/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ impl SpirvBuilder {
let output = rustc::cargo()
.args(&args)
.stderr(Stdio::inherit())
.current_dir(&repo_dir.join("crates").join(CRATE_NAME))
.current_dir(&dbg!(repo_dir.join("crates").join(CRATE_NAME)))
.output()?;

let backend = repo_dir
Expand Down

0 comments on commit b0b9ff3

Please sign in to comment.