diff options
| author | Max Howell | 2011-08-26 14:48:47 +0100 |
|---|---|---|
| committer | Max Howell | 2011-08-26 14:48:47 +0100 |
| commit | fd96bb6e3a19f2e049e70111fa5401c9266c59db (patch) | |
| tree | 441e58990deb55dab74b4623b9fb9f7ab14c7668 /Library | |
| parent | f54a30a534525df48af6396a90a5729c8bc8618b (diff) | |
| download | brew-fd96bb6e3a19f2e049e70111fa5401c9266c59db.tar.bz2 | |
Apologies, forgot to amend the commit
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/formula.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index add827979..dd54e1572 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -297,7 +297,7 @@ class Formula def handle_llvm_failure llvm case ENV.compiler - case :llvm, :clang + when :llvm, :clang opoo "LLVM was requested, but this formula is reported to not work with LLVM:" puts llvm.reason puts |
