Skip to content

Commit 5eead52

Browse files
philzook58NikolajBjorner
authored andcommitted
Fixed linkopts -lstdc++ for ocaml bindings
1 parent c1fa844 commit 5eead52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/ml/META.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ archive(byte,plugin) = "z3ml.cma"
88
archive(native,plugin) = "z3ml.cmxs"
99
archive(byte,toploop) = "z3ml.cma"
1010
archive(native,toploop) = "z3ml.cmxa"
11-
linkopts = "-cclib @LEXTRA@"
11+
linkopts = "-cclib -lstdc++ @LEXTRA@"

0 commit comments

Comments
 (0)