diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cmd/doctor.rb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb index 4017f73ee..610b6ce9a 100644 --- a/Library/Homebrew/cmd/doctor.rb +++ b/Library/Homebrew/cmd/doctor.rb @@ -637,6 +637,16 @@ def check_for_other_frameworks EOS end end + + if File.exist? "/Library/Frameworks/Mono.framework" + puts <<-EOS.undent + /Library/Frameworks/Mono.framework detected + + This can be picked up by Cmake's build system and likey cause the + build to fail, finding improper header files for libpng for instance. + + EOS + end end module Homebrew extend self |
