Skip to content

Commit

Permalink
more flags for base
Browse files Browse the repository at this point in the history
  • Loading branch information
Gbury committed Jul 24, 2024
1 parent c543da5 commit 51a3968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/gen-link-flags.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ case "$LINK_MODE" in
FLAGS="-noautolink"
# Note: for OCaml 5, use -lcamlstrnat and -lunixnat and mind zlib
# https://github.com/ocaml/ocaml/issues/12562
CCLIB="-lbase_stubs -lzarith -lunix"
CCLIB="-lbase_internalhash_types_stubs -lbase_stubs -lzarith -lunix"
LIBS="gmp"
case "$OS" in
linux)
Expand Down

0 comments on commit 51a3968

Please sign in to comment.