Skip to content
Snippets Groups Projects
Commit 116993d2 authored by Serge Petrenko's avatar Serge Petrenko Committed by Yaroslav Lobankov
Browse files

build: fix check-dependencies test on OS X

Commit ed16c1e5 ("build: fix bundled
libcurl and c-ares build on OS X") fixed building libcurl with ares by
adding a dependency on libresolv for Mac OS X. It was forgotten to add
libresolv to check-dependencies exceptions for static build. Do this now.

NO_DOC=CI stuff
NO_TEST=CI stuff
NO_CHANGELOG=CI stuff
parent 89e827bb
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,8 @@ if (APPLE)
libSystem
CoreFoundation
libc++
# Required by bundled libcurl built with c-ares
libresolv
)
elseif(UNIX)
set(ALLOWLIST
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment