diff options
Diffstat (limited to 'Library/Formula/syck.rb')
| -rw-r--r-- | Library/Formula/syck.rb | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Formula/syck.rb b/Library/Formula/syck.rb index 6209ca432..51e440820 100644 --- a/Library/Formula/syck.rb +++ b/Library/Formula/syck.rb @@ -5,7 +5,9 @@ class Syck < Formula    homepage 'https://wiki.github.com/indeyets/syck/'    md5 '198f925b4ed7fe04a182c35014498634' -  fails_with_llvm :build => 2334 +  fails_with :llvm do +    build 2334 +  end    def install      ENV.deparallelize # Not parallel safe.  | 
