Skip to content

Commit

Permalink
path
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstam committed Feb 14, 2024
1 parent 60c479a commit bbef9b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plonky2x/core/src/backend/function/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ impl<C: Circuit> Plonky2xFunction for C {
.arg("-data")
.arg(path::Path::new(&args.wrapper_path))
.arg("-circuit")
.arg(format!("{}/", args.build_dir))
.arg(&args.build_dir)
.stdout(std::process::Stdio::inherit())
.stderr(std::process::Stdio::inherit())
.stdin(std::process::Stdio::piped())
Expand Down

0 comments on commit bbef9b6

Please sign in to comment.