diff options
| -rw-r--r-- | Library/Formula/rtmpdump.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/rtmpdump.rb b/Library/Formula/rtmpdump.rb index a0a4e763e..b3063da52 100644 --- a/Library/Formula/rtmpdump.rb +++ b/Library/Formula/rtmpdump.rb @@ -7,7 +7,7 @@ class Rtmpdump < Formula depends_on 'openssl' if MacOS.leopard? - fails_with_llvm "Crashes at runtime" if MacOS.lion? + fails_with_llvm "Crashes at runtime", :build => 2335 # Use dylib instead of so def patches; DATA; end |
