mirror of
https://github.com/Z3Prover/z3
synced 2025-04-07 18:05:21 +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(byte, plugin) = "z3.cma"
|
||||
archive(native, plugin) = "z3.cmxs"
|
||||
linkopts = "-cclib -lz3 -lz3ml"
|
||||
linkopts = "-cclib -lz3"
|
Loading…
Reference in a new issue