3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 17:45:32 +00:00

ML API: build fixes

This commit is contained in:
Christoph M. Wintersteiger 2014-12-04 19:22:23 +00:00
parent ea9fc43544
commit 93a20d9074
3 changed files with 38 additions and 64 deletions

View file

@ -4,8 +4,6 @@ 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.cmxa"
archive(byte,toploop) = "z3ml.cma"
archive(native,toploop) = "z3ml.cmxa"
archive(byte, plugin) = "z3ml.cma"
archive(native, plugin) = "z3ml.cmxs"
linkopts = "-cclib -lz3"

View file

@ -110,7 +110,7 @@ struct
string_of_int mj ^ "." ^
string_of_int mn ^ "." ^
string_of_int bld ^ "." ^
string_of_int rev ^ "."
string_of_int rev
end