Skip to content

Commit

Permalink
Remove patch again
Browse files Browse the repository at this point in the history
  • Loading branch information
Mytherin authored Jun 20, 2024
1 parent c44bc24 commit 2b31cb2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/libduckdb-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ mod build_bundled {

if win_target() {
cfg.define("DUCKDB_BUILD_LIBRARY", None);
cfg.define("_DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR", None);
}
cfg.compile(lib_name);
println!("cargo:lib_dir={out_dir}");
Expand Down Expand Up @@ -325,7 +324,6 @@ mod bindings {
bindgen::builder()
.trust_clang_mangling(false)
.header(header.clone())
.clang_arg("/D_DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR=1")
.parse_callbacks(Box::new(bindgen::CargoCallbacks::new()))
.generate()
.unwrap_or_else(|_| panic!("could not run bindgen on header {header}"))
Expand Down

0 comments on commit 2b31cb2

Please sign in to comment.