Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
CGMossa committed Apr 21, 2024
1 parent 78ab189 commit c6517d7
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 @@ -475,7 +475,7 @@ fn generate_bindings(r_paths: &InstallationPaths, version_info: &RVersionInfo) {
// Tell cargo to invalidate the built crate whenever any of the
// included header files changed.
.parse_callbacks(Box::new(bindgen::CargoCallbacks::new()));

// Use enum-definition of `SEXPTYPE`, as it is available and compatible
bindgen_builder = bindgen_builder.clang_arg("-Denum_SEXPTYPE");

Expand Down

0 comments on commit c6517d7

Please sign in to comment.