3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 17:44:08 +00:00

ML API: build fix

This commit is contained in:
Christoph M. Wintersteiger 2014-12-06 18:14:26 +00:00
parent 5c67b59685
commit 011b700c20

View file

@ -4,6 +4,8 @@ description = "Z3 Theorem Prover (OCaml API)"
requires = "num"
archive(byte) = "z3ml.cma"
archive(native) = "z3ml.cmxa"
archive(byte, plugin) = "z3ml.cma"
archive(native, plugin) = "z3ml.cmxs"
archive(byte,plugin) = "z3ml.cma"
archive(native,plugin) = "z3ml.cmxa"
archive(byte,toploop) = "z3ml.cma"
archive(native,toploop) = "z3ml.cmxa"
linkopts = "-cclib -lz3"