Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Halbaroth committed Jul 30, 2024
1 parent fb42c6a commit 80c5845
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/bin/text/gen_link_flags.ml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,14 @@ let starts_with ~prefix s =

let () =
let mixed_flags = ["-noautolink"] in
(* Note: for OCaml 5, use -lcamlstrnat and -lunixnat and mind zlib
https://github.com/ocaml/ocaml/issues/12562 *)
let mixed_cclib = [
"-lstdcompat_stubs";
"-lcamlzip";
"-lnums";
"-lzarith";
"-lcamlstr";
"-lunix";
"-lnums";
"-lz"
]
in
Expand Down

0 comments on commit 80c5845

Please sign in to comment.