mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
ML API: added .cmxs to the distribution.
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
parent
d84e728f7a
commit
2a67befe9d
2 changed files with 13 additions and 6 deletions
|
@ -4,4 +4,6 @@ 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"
|
Loading…
Add table
Add a link
Reference in a new issue