diff options
Diffstat (limited to 'Library/Formula/ruby.rb')
| -rw-r--r-- | Library/Formula/ruby.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Formula/ruby.rb b/Library/Formula/ruby.rb index 0fd389ca2..fc128eb5d 100644 --- a/Library/Formula/ruby.rb +++ b/Library/Formula/ruby.rb @@ -9,7 +9,9 @@ class Ruby < Formula depends_on 'readline' depends_on 'libyaml' - fails_with_llvm :build => 2326 + fails_with :llvm do + build 2326 + end # Stripping breaks dynamic linking skip_clean :all |
