mirror of
https://github.com/curl/curl.git
synced 2026-04-15 02:11:42 +03:00
curl-rustls.m4: on macOS, rustls also needs the Security framework
Closes #9883
This commit is contained in:
parent
b25e4be79f
commit
89ee5cfb38
1 changed files with 8 additions and 0 deletions
|
|
@ -38,6 +38,14 @@ if test "x$OPT_RUSTLS" != xno; then
|
|||
OPT_RUSTLS=""
|
||||
fi
|
||||
|
||||
case $host_os in
|
||||
darwin*)
|
||||
LDFLAGS="$LDFLAGS -framework Security"
|
||||
;;
|
||||
*)
|
||||
;;
|
||||
esac
|
||||
|
||||
if test -z "$OPT_RUSTLS" ; then
|
||||
dnl check for lib first without setting any new path
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue