diff --git a/src/bin/text/gen-link-flags.sh b/src/bin/text/gen-link-flags.sh index 097b67d76..fb048aec3 100755 --- a/src/bin/text/gen-link-flags.sh +++ b/src/bin/text/gen-link-flags.sh @@ -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="-lstdcompat_stubs -lcamlzip -lnums -lzarith -lcamlstr -lunix -lz" + CCLIB="-lstdcompat_stubs -lcamlzip -lzarith -lcamlstr -lunix -lz" LIBS="gmp" case "$OS" in linux)