mirror of
https://github.com/Z3Prover/z3
synced 2025-06-14 09:56:15 +00:00
ML API: bugfixes
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
parent
4109d19cec
commit
30a30e8dd0
1 changed files with 1 additions and 1 deletions
|
@ -6,4 +6,4 @@ archive(byte) = "z3.cma"
|
||||||
archive(native) = "z3.cmxa"
|
archive(native) = "z3.cmxa"
|
||||||
archive(byte, plugin) = "z3.cma"
|
archive(byte, plugin) = "z3.cma"
|
||||||
archive(native, plugin) = "z3.cmxs"
|
archive(native, plugin) = "z3.cmxs"
|
||||||
linkopts = "-cclib -lz3 -lz3ml"
|
linkopts = "-cclib -lz3"
|
Loading…
Add table
Add a link
Reference in a new issue