Commit f48ed6d
fix: add Z3 static lib search path to RUSTFLAGS for musl build
z3-sys build.rs only emits cargo:rustc-link-search when the
static-link-z3 feature is enabled. Since we build Z3 from source
without that feature, the linker never gets -L /usr/local/z3-static/lib.
Adding it via RUSTFLAGS ensures the linker can find libz3.a.
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>1 parent 055ce06 commit f48ed6d
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
78 | 81 | | |
79 | 82 | | |
80 | 83 | | |
| |||
0 commit comments