mirror of
https://github.com/Z3Prover/z3
synced 2026-02-20 23:44:41 +00:00
build fix for ML API
This commit is contained in:
parent
b31ba47271
commit
d5f79c1f17
4 changed files with 98 additions and 109 deletions
|
|
@ -1,11 +0,0 @@
|
|||
# META file for the "z3" package:
|
||||
version = "VERSION"
|
||||
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"
|
||||
linkopts = "-cclib -lz3"
|
||||
Loading…
Add table
Add a link
Reference in a new issue