From fd96bb6e3a19f2e049e70111fa5401c9266c59db Mon Sep 17 00:00:00 2001 From: Max Howell Date: Fri, 26 Aug 2011 14:48:47 +0100 Subject: [PATCH] Apologies, forgot to amend the commit --- Library/Homebrew/formula.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index add8279799..dd54e15727 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