Skip to content

Commit

Permalink
Add some visibility back in
Browse files Browse the repository at this point in the history
  • Loading branch information
workingjubilee committed Nov 14, 2023
1 parent c43afd7 commit 641eb11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pgrx-pg-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -719,6 +719,8 @@ fn run_bindgen(
binder = add_derives(binder);
let bindings = binder
.header(include_h.display().to_string())
.clang_arg("-v")
.clang_arg("-H")
.clang_args(extra_bindgen_clang_args(pg_config)?)
.clang_args(pg_target_include_flags(major_version, pg_config)?)
.detect_include_paths(target_env_tracked("PGRX_BINDGEN_NO_DETECT_INCLUDES").is_none())
Expand Down

0 comments on commit 641eb11

Please sign in to comment.