doctor: retire Mono warning
We haven't actually had any complaints about this in awhile; it appears that cmake no longer picks up this specific framework. Refs Homebrew/homebrew#11030.
This commit is contained in:
parent
a6bf5fa2ba
commit
2c9ad45784
@ -878,7 +878,7 @@ end
|
|||||||
|
|
||||||
def check_for_other_frameworks
|
def check_for_other_frameworks
|
||||||
# Other frameworks that are known to cause problems when present
|
# Other frameworks that are known to cause problems when present
|
||||||
%w{Mono.framework expat.framework libexpat.framework}.
|
%w{expat.framework libexpat.framework}.
|
||||||
map{ |frmwrk| "/Library/Frameworks/#{frmwrk}" }.
|
map{ |frmwrk| "/Library/Frameworks/#{frmwrk}" }.
|
||||||
select{ |frmwrk| File.exist? frmwrk }.
|
select{ |frmwrk| File.exist? frmwrk }.
|
||||||
map do |frmwrk| <<-EOS.undent
|
map do |frmwrk| <<-EOS.undent
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user