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
0fee9659ab
commit
ae2c4d738c
|
@ -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