brew doctor: check for DYLD_INSERT_LIBRARIES

This commit is contained in:
Adam Vandenberg 2012-03-12 21:14:33 -07:00
parent 5aa6aefa96
commit e133cba770

View File

@ -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