diff options
| author | William Woodruff | 2015-06-02 15:47:08 -0400 |
|---|---|---|
| committer | Misty De Meo | 2015-08-21 10:57:20 -0700 |
| commit | b46d5de49233fde8a89891053a089f96a8749c15 (patch) | |
| tree | ab2d98a4a3e86ec7d9a27cc52b5bd31d8721eaaf /Library/Homebrew/cmd | |
| parent | 4d65b817ec04e8e216f6d371a6f5d691f5677dca (diff) | |
| download | brew-b46d5de49233fde8a89891053a089f96a8749c15.tar.bz2 | |
Requirements: add CctoolsRequirement
Install it as a dependency unless already satisfied by Xcode.
require cctools_requirement
cctools_requirement should be satisfied by cctools present in opt
add build_env => false to the satify block options in CctoolsRequirement
Diffstat (limited to 'Library/Homebrew/cmd')
| -rw-r--r-- | Library/Homebrew/cmd/install.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Homebrew/cmd/install.rb b/Library/Homebrew/cmd/install.rb index b2f1f195d..fa9507fb3 100644 --- a/Library/Homebrew/cmd/install.rb +++ b/Library/Homebrew/cmd/install.rb @@ -122,13 +122,13 @@ module Homebrew end def check_xcode - # TODO: reinstate check_for_bad_install_name_tool + # TODO: reinstate check_for_bad_install_name_tool and check_for_installed_developer_tools # currently check_for_bad_install_name_tool fails because it tries to call # the /usr/bin/otool stub program on systems without XCode/CLT + # check_for_installed_developer_tools doesn't fail, but produces a warning + # when one is no longer required checks = Checks.new %w[ - check_for_unsupported_osx - check_for_installed_developer_tools check_xcode_license_approved check_for_osx_gcc_installer ].each do |check| |
