mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
ML API: build fix
This commit is contained in:
parent
0fee9659ab
commit
ae2c4d738c
|
@ -4,6 +4,8 @@ description = "Z3 Theorem Prover (OCaml API)"
|
||||||
requires = "num"
|
requires = "num"
|
||||||
archive(byte) = "z3ml.cma"
|
archive(byte) = "z3ml.cma"
|
||||||
archive(native) = "z3ml.cmxa"
|
archive(native) = "z3ml.cmxa"
|
||||||
archive(byte, plugin) = "z3ml.cma"
|
archive(byte,plugin) = "z3ml.cma"
|
||||||
archive(native, plugin) = "z3ml.cmxs"
|
archive(native,plugin) = "z3ml.cmxa"
|
||||||
|
archive(byte,toploop) = "z3ml.cma"
|
||||||
|
archive(native,toploop) = "z3ml.cmxa"
|
||||||
linkopts = "-cclib -lz3"
|
linkopts = "-cclib -lz3"
|
||||||
|
|
Loading…
Reference in a new issue