Skip to content
Snippets Groups Projects
Commit e133cba7 authored by Adam Vandenberg's avatar Adam Vandenberg
Browse files

brew doctor: check for DYLD_INSERT_LIBRARIES

parent 5aa6aefa
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment