3
0
Fork 0
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:
Christoph M. Wintersteiger 2014-08-19 19:22:40 +01:00
parent 4109d19cec
commit 30a30e8dd0

View file

@ -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"