diff options
| author | Max Howell | 2011-08-26 14:48:47 +0100 |
|---|---|---|
| committer | Max Howell | 2011-08-26 14:48:47 +0100 |
| commit | 330eb806dcd43c8aef9932cda9d071284eed0b57 (patch) | |
| tree | 601d98684465db3f8609e60d2f196abcef98da58 | |
| parent | 3cc8d58d925a6b0af8135ef6f1bf1d3713e25452 (diff) | |
| download | homebrew-330eb806dcd43c8aef9932cda9d071284eed0b57.tar.bz2 | |
Apologies, forgot to amend the commit
| -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 |
