Skip to content

Commit

Permalink
Update libpd from upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
alisomay committed Oct 6, 2023
1 parent 24bb54f commit f71e128
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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
2 changes: 1 addition & 1 deletion libpd
Submodule libpd updated 107 files

0 comments on commit f71e128

Please sign in to comment.