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 9813e30db..5e6b982c3 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 |
