diff options
Diffstat (limited to 'Library/Formula/msgpack.rb')
| -rw-r--r-- | Library/Formula/msgpack.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Formula/msgpack.rb b/Library/Formula/msgpack.rb index 264ef2d61..29f449b46 100644 --- a/Library/Formula/msgpack.rb +++ b/Library/Formula/msgpack.rb @@ -6,7 +6,9 @@ class Msgpack < Formula sha256 '7c203265cf14a4723820e0fc7ac14bf4bad5578f7bc525e9835c70cd36e7d1b8' # fails with the latest LLVM, but only on Lion? - fails_with_llvm "Compilation fails" if MacOS.lion? + fails_with :llvm do + cause "compilation fails" + end if MacOS.lion? def install system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" |
