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

This commit is contained in:
ReenigneArcher 2024-11-09 16:02:03 -05:00 committed by GitHub
commit d1e7865f31
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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"