Skip to content

Commit

Permalink
fix: rust binding build error
Browse files Browse the repository at this point in the history
  • Loading branch information
polarmutex committed Jul 2, 2022
1 parent a105058 commit bfbfa12
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bindings/rust/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ fn main() {
// If your language uses an external scanner written in C++,
// then include this block of code:

/*
let mut cpp_config = cc::Build::new();
cpp_config.cpp(true);
cpp_config.include(&src_dir);
Expand All @@ -36,5 +35,4 @@ fn main() {
cpp_config.file(&scanner_path);
cpp_config.compile("scanner");
println!("cargo:rerun-if-changed={}", scanner_path.to_str().unwrap());
*/
}

0 comments on commit bfbfa12

Please sign in to comment.