diff options
Diffstat (limited to 'Library/Formula/mysql.rb')
| -rw-r--r-- | Library/Formula/mysql.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/mysql.rb b/Library/Formula/mysql.rb index d9cec87dd..ab2947668 100644 --- a/Library/Formula/mysql.rb +++ b/Library/Formula/mysql.rb @@ -9,8 +9,7 @@ class Mysql < Formula depends_on 'readline' depends_on 'pidof' - fails_with_llvm "https://github.com/mxcl/homebrew/issues/issue/144", - :build => 2326 if MacOS.lion? + fails_with_llvm "https://github.com/mxcl/homebrew/issues/issue/144", :build => 2326 skip_clean :all # So "INSTALL PLUGIN" can work. |
