Skip to content

Commit

Permalink
Fix MacOS static build
Browse files Browse the repository at this point in the history
  • Loading branch information
Halbaroth committed Jul 29, 2024
1 parent d9349b1 commit 13347d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/text/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="-lcamlzip -lnums -lzarith -lcamlstr -lunix -lz"
CCLIB="-lcamlzip -lzarith -lcamlstr -lunix -lz"
LIBS="gmp"
case "$OS" in
linux)
Expand Down

0 comments on commit 13347d9

Please sign in to comment.