diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb index 9813e30db44c74debb93772c3b02054bc1d90c5f..5e6b982c3081cec4ea8c851f9b52840f3c3a7548 100644 --- a/Library/Homebrew/cmd/doctor.rb +++ b/Library/Homebrew/cmd/doctor.rb @@ -552,6 +552,16 @@ def check_for_dyld_vars end end +def check_for_DYLD_INSERT_LIBRARIES + if ENV['DYLD_INSERT_LIBRARIES'] + <<-EOS.undent + Setting DYLD_INSERT_LIBRARIES can cause Go builds to fail. + Having this set is common if you use this software: + http://asepsis.binaryage.com/ + EOS + end +end + def check_for_symlinked_cellar if HOMEBREW_CELLAR.symlink? <<-EOS.undent