We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7276fab commit 74cb300Copy full SHA for 74cb300
src/main/linking_flags.sh
@@ -47,7 +47,8 @@ case $(uname -s) in
47
esac
48
;;
49
Darwin)
50
- COMMON_LIBS="camlstr base_stubs ssl_threads_stubs /usr/local/opt/openssl/lib/libssl.a /usr/local/opt/openssl/lib/libcrypto.a cstruct_stubs lwt_unix_stubs bigarray unix pthread"
+ COMMON_LIBS="camlstr base_stubs ssl_threads_stubs /usr/local/opt/openssl/lib/libssl.a /usr/local/opt/openssl/lib/libcrypto.a cstruct_stubs lwt_unix_stubs bigarray unix"
51
+ # `m` and `pthread` are built-in in libSystem
52
echo '(-noautolink'
53
for l in $EXTRA_LIBS $COMMON_LIBS; do
54
if [ "${l%.a}" != "${l}" ]; then echo " -cclib $l"
0 commit comments