Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Commit

Permalink
Switch to z3-sys bundled feature for static linking (#1247)
Browse files Browse the repository at this point in the history
  • Loading branch information
hermanventer authored Oct 27, 2023
1 parent abb3ee8 commit b602f32
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 14 deletions.
33 changes: 21 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions checker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ walkdir = "*"
contracts = { version = "0.6.0", features = ["mirai_assertions"] }

[features]
default = ["static-link"]
default = ["bundled"]
vcpkg = ["z3-sys/vcpkg", "z3"]
static-link = ["z3-sys/static-link-z3", "z3"]
bundled = ["z3-sys/bundled", "z3"]
z3 = []

0 comments on commit b602f32

Please sign in to comment.