mirror of
https://github.com/curl/curl.git
synced 2025-04-12 16:20:35 +08:00
curl-rustls.m4: on macOS, rustls also needs the Security framework
Closes #9883
This commit is contained in:
parent
b25e4be79f
commit
89ee5cfb38
@ -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…
x
Reference in New Issue
Block a user