mirror of
https://github.com/Z3Prover/z3
synced 2025-04-13 04:28:17 +00:00
ML API: build fix
This commit is contained in:
parent
5c67b59685
commit
011b700c20
|
@ -5,5 +5,7 @@ requires = "num"
|
|||
archive(byte) = "z3ml.cma"
|
||||
archive(native) = "z3ml.cmxa"
|
||||
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"
|
||||
|
|
Loading…
Reference in a new issue