Skip to content

Commit

Permalink
comment a debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
CGMossa committed Jul 20, 2024
1 parent 76ba112 commit 0959e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ fn generate_bindings(r_paths: &InstallationPaths, version_info: &RVersionInfo) {

let r_header_regex = r_header.replace(r"\", r"/");
let r_header_regex = regex::escape(&r_header_regex);
println!("cargo:warning=allowing {}", r_header_regex);
// println!("cargo:warning=allowing {}", r_header_regex);
// dbg!(r_header_name);
let mut bindings = bindgen_builder.clone();
bindings = bindings.allowlist_file(r_header_regex);
Expand Down

0 comments on commit 0959e11

Please sign in to comment.