Skip to content

Commit

Permalink
Merge pull request #279 from prove-rs/update-bundled-z3
Browse files Browse the repository at this point in the history
Update bundled Z3 to z3 4.12.3.
  • Loading branch information
waywardmonkeys authored May 29, 2024
2 parents cb7b79a + 105e4f0 commit d134bb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion z3-sys/z3
Submodule z3 updated 905 files

0 comments on commit d134bb3

Please sign in to comment.