diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/io.rb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Library/Formula/io.rb b/Library/Formula/io.rb index fdcb1926e..155cbc0e8 100644 --- a/Library/Formula/io.rb +++ b/Library/Formula/io.rb @@ -17,6 +17,14 @@ class Io < Formula depends_on 'libffi' depends_on 'pcre' + fails_with :clang do + build 421 + cause <<-EOS.undent + make never completes. see: + https://github.com/stevedekorte/io/issues/223 + EOS + end + # Fix recursive inline. See discussion in: # https://github.com/stevedekorte/io/issues/135 def patches |
