mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
ML API: build fixes
This commit is contained in:
parent
ea9fc43544
commit
93a20d9074
3 changed files with 38 additions and 64 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue