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

ML API: build fixes

This commit is contained in:
Christoph M. Wintersteiger 2014-12-04 19:22:23 +00:00
parent 1ce0cd3209
commit f0d66388d4
3 changed files with 43 additions and 65 deletions

View file

@ -2,8 +2,8 @@
version = "VERSION"
description = "Z3 Theorem Prover (OCaml API)"
requires = "num"
archive(byte) = "z3.cma"
archive(native) = "z3.cmxa"
archive(byte, plugin) = "z3.cma"
archive(native, plugin) = "z3.cmxs"
linkopts = "-cclib -lz3"
archive(byte) = "z3ml.cma"
archive(native) = "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