Skip to content

Commit

Permalink
Fix MacOS static build (OCamlPro#1187)
Browse files Browse the repository at this point in the history
We do not install `nums` anymore so we need to update the static build
workflow.
  • Loading branch information
Halbaroth authored Jul 29, 2024
1 parent 536f010 commit 7c472b9
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="-lstdcompat_stubs -lcamlzip -lnums -lzarith -lcamlstr -lunix -lz"
CCLIB="-lstdcompat_stubs -lcamlzip -lzarith -lcamlstr -lunix -lz"
LIBS="gmp"
case "$OS" in
linux)
Expand Down

0 comments on commit 7c472b9

Please sign in to comment.