mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 13:28:47 +00:00
Fixed linkopts -lstdc++ for ocaml bindings
This commit is contained in:
parent
c1fa844460
commit
5eead52cc0
|
@ -8,4 +8,4 @@ archive(byte,plugin) = "z3ml.cma"
|
||||||
archive(native,plugin) = "z3ml.cmxs"
|
archive(native,plugin) = "z3ml.cmxs"
|
||||||
archive(byte,toploop) = "z3ml.cma"
|
archive(byte,toploop) = "z3ml.cma"
|
||||||
archive(native,toploop) = "z3ml.cmxa"
|
archive(native,toploop) = "z3ml.cmxa"
|
||||||
linkopts = "-cclib @LEXTRA@"
|
linkopts = "-cclib -lstdc++ @LEXTRA@"
|
||||||
|
|
Loading…
Reference in a new issue