mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
Fixed linkopts -lstdc++ for ocaml bindings
This commit is contained in:
parent
c1fa844460
commit
5eead52cc0
1 changed files with 1 additions and 1 deletions
|
@ -8,4 +8,4 @@ archive(byte,plugin) = "z3ml.cma"
|
|||
archive(native,plugin) = "z3ml.cmxs"
|
||||
archive(byte,toploop) = "z3ml.cma"
|
||||
archive(native,toploop) = "z3ml.cmxa"
|
||||
linkopts = "-cclib @LEXTRA@"
|
||||
linkopts = "-cclib -lstdc++ @LEXTRA@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue