Skip to content
Snippets Groups Projects
Commit e2609385 authored by Tim D. Smith's avatar Tim D. Smith
Browse files

doctor: warn about libcurl.framework

Closes Homebrew/homebrew#33076.
parent ee2f3e8e
No related branches found
No related tags found
No related merge requests found
......@@ -910,7 +910,7 @@ end
def check_for_other_frameworks
# Other frameworks that are known to cause problems when present
%w{expat.framework libexpat.framework}.
%w{expat.framework libexpat.framework libcurl.framework}.
map{ |frmwrk| "/Library/Frameworks/#{frmwrk}" }.
select{ |frmwrk| File.exist? frmwrk }.
map do |frmwrk| <<-EOS.undent
......
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