Skip to content
Snippets Groups Projects
Commit 4d65b817 authored by William Woodruff's avatar William Woodruff Committed by Misty De Meo
Browse files

Install: remove check_for_bad_install_name_tool

Until it can be adapted to not call otool on systems w/o XCode/CLT
parent dcc394c3
No related branches found
No related tags found
No related merge requests found
......@@ -122,13 +122,15 @@ module Homebrew
end
def check_xcode
# TODO: reinstate check_for_bad_install_name_tool
# currently check_for_bad_install_name_tool fails because it tries to call
# the /usr/bin/otool stub program on systems without XCode/CLT
checks = Checks.new
%w[
check_for_unsupported_osx
check_for_installed_developer_tools
check_xcode_license_approved
check_for_osx_gcc_installer
check_for_bad_install_name_tool
].each do |check|
out = checks.send(check)
opoo out unless out.nil?
......
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