Skip to content

Commit

Permalink
Revert libpd update and remove depracated
Browse files Browse the repository at this point in the history
  • Loading branch information
alisomay committed Oct 6, 2023
1 parent 24bb54f commit dc1fd42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,6 @@ fn main() {
// Generate bindings
let mut bindings_builder = bindgen::Builder::default()
.header("wrapper.h")
.rustfmt_bindings(true)
.clang_arg(format!("-I{}", pd_source.to_str().unwrap()))
.clang_arg(format!("-I{}", libpd_wrapper_dir.to_str().unwrap()))
.clang_arg(format!("-I{}", libpd_wrapper_util_dir.to_str().unwrap()))
Expand Down

0 comments on commit dc1fd42

Please sign in to comment.