Skip to content

Commit

Permalink
Update libpd submodule to latest commit on extended branch
Browse files Browse the repository at this point in the history
  • Loading branch information
alisomay committed Nov 28, 2024
1 parent 60cf88c commit 71fb061
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ fn main() {
.clang_arg(format!("-I{}", libpd_wrapper_dir.to_str().unwrap()))
.clang_arg(format!("-I{}", pd_source.to_str().unwrap()))
.clang_arg(format!("-DPD_FLOATSIZE={PD_FLOATSIZE}"))
.clang_arg("-DPD_INTERNAL=0") // Undefine PD_INTERNAL because it is not needed for bindings and cmake complains about it.
// Tell cargo to invalidate the built crate whenever any of the
// included header files changed.
.parse_callbacks(Box::new(bindgen::CargoCallbacks::new()));
Expand Down
2 changes: 1 addition & 1 deletion libpd
Submodule libpd updated 1 files
+2 −1 CMakeLists.txt
2 changes: 1 addition & 1 deletion wrapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

// Headers in libpd_wrapper

#include "libpd/libpd_wrapper/util/ringbuffer.h"
#include "libpd/libpd_wrapper/util/z_ringbuffer.h"
#include "libpd/libpd_wrapper/util/z_print_util.h"
#include "libpd/libpd_wrapper/util/z_queued.h"
#include "libpd/libpd_wrapper/z_hooks.h"
Expand Down

0 comments on commit 71fb061

Please sign in to comment.