diff options
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 |
