mirror of
https://github.com/Z3Prover/z3
synced 2026-03-03 12:16:54 +00:00
ML API build fixes for Windows.
This commit is contained in:
parent
1f0b5cd0bc
commit
134b93b43e
4 changed files with 34 additions and 14 deletions
|
|
@ -5,7 +5,7 @@ requires = "num"
|
|||
archive(byte) = "z3ml.cma"
|
||||
archive(native) = "z3ml.cmxa"
|
||||
archive(byte,plugin) = "z3ml.cma"
|
||||
archive(native,plugin) = "z3ml.cmxa"
|
||||
archive(native,plugin) = "z3ml.cmxs"
|
||||
archive(byte,toploop) = "z3ml.cma"
|
||||
archive(native,toploop) = "z3ml.cmxa"
|
||||
linkopts = "-cclib -L@PREFIX@/lib -cclib -lz3"
|
||||
linkopts = "-cclib @LEXTRA@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue