Skip to content

Commit

Permalink
Update crates/libduckdb-sys/build.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Murali S <[email protected]>
  • Loading branch information
Mytherin and muralisoundararajan authored Jun 17, 2024
1 parent dbf06e7 commit 9aa955e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/libduckdb-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ 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

0 comments on commit 9aa955e

Please sign in to comment.