3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 09:35:32 +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:02:00 +01:00
parent 2a67befe9d
commit 45ec0c1b99
2 changed files with 4 additions and 4 deletions

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"
linkopts = "-cclib -lz3 -lz3ml"