mirror of
https://github.com/Z3Prover/z3
synced 2026-02-20 15:34: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
11
src/api/ml/META.in
Normal file
11
src/api/ml/META.in
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# 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 -L@PREFIX@/lib -cclib -lz3"
|
||||
Loading…
Add table
Add a link
Reference in a new issue