diff options
Diffstat (limited to 'Library/Homebrew/requirements/cctools_requirement.rb')
| -rw-r--r-- | Library/Homebrew/requirements/cctools_requirement.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Homebrew/requirements/cctools_requirement.rb b/Library/Homebrew/requirements/cctools_requirement.rb index 37be3207b..ab7f8cb59 100644 --- a/Library/Homebrew/requirements/cctools_requirement.rb +++ b/Library/Homebrew/requirements/cctools_requirement.rb @@ -1,3 +1,8 @@ +# Represents a general requirement for utilities normally installed by Xcode, +# the CLT, or provided by the cctools formula. In particular, this requirement +# allows Homebrew to pull in the cctools formula and use its utilities to +# perform relocation operations on systems that do not have either Xcode or the +# CLT installed (but still want to install bottled formulae). class CctoolsRequirement < Requirement fatal true default_formula 'cctools' |
