3
0
Fork 0
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:
Christoph M. Wintersteiger 2014-08-14 18:58:52 +01:00
parent d84e728f7a
commit 2a67befe9d
2 changed files with 13 additions and 6 deletions

View file

@ -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"