build(macos): fix libcurl linking (#3383)

This commit is contained in:
ReenigneArcher
2024-11-09 16:02:03 -05:00
committed by GitHub
parent fb1f5b5a89
commit d1e7865f31

View File

@@ -38,6 +38,10 @@ class @PROJECT_NAME@ < Formula
depends_on "boost" => :recommended
depends_on "icu4c" => :recommended
on_macos do
depends_on "openldap" # curl requires this
end
on_linux do
depends_on "avahi"
depends_on "libcap"