build(macos): fix libcurl linking (#3383)
This commit is contained in:
parent
fb1f5b5a89
commit
d1e7865f31
1 changed files with 4 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue