mirror of
https://github.com/Z3Prover/z3
synced 2025-04-14 21:08:46 +00:00
ML API: bugfixes
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
parent
4109d19cec
commit
30a30e8dd0
|
@ -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…
Reference in a new issue