Skip to content

Commit

Permalink
Update bundled z3 (fix windows debug builds) (#295)
Browse files Browse the repository at this point in the history
* Update build.rs

* Update build.rs

* Update build.rs
  • Loading branch information
toolCHAINZ authored May 29, 2024
1 parent 8d1870f commit 57e0adc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions z3-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ fn build_bundled_z3() {
cfg.build_arg("-m");
cfg.cxxflag("-DWIN32");
cfg.cxxflag("-D_WINDOWS");
cfg.define("CMAKE_MSVC_RUNTIME_LIBRARY", "MultiThreadedDLL");
}

let dst = cfg.build();
Expand Down

0 comments on commit 57e0adc

Please sign in to comment.