Skip to content

Commit

Permalink
chore: update build code to match new folder structure
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray committed Jun 24, 2024
1 parent 8ed07c9 commit 3a11c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/nim/rust_code/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use std::env;
use std::path::PathBuf;

/// The path where the generated header file will be written relative to bindings folder.
const PATH_FOR_NIM_HEADER: &str = "nim/nim_code/src/header.nim";
const PATH_FOR_NIM_HEADER: &str = "nim/nim_code/nim_peerdas_kzg/header.nim";

fn main() {
println!(
Expand Down

0 comments on commit 3a11c92

Please sign in to comment.