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:
parent
1ce0cd3209
commit
f0d66388d4
3 changed files with 43 additions and 65 deletions
|
@ -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"
|
||||
|
|
|
@ -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