diff options
| -rw-r--r-- | Library/Formula/nload.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/nload.rb b/Library/Formula/nload.rb index a21b4ec12..0147e4409 100644 --- a/Library/Formula/nload.rb +++ b/Library/Formula/nload.rb @@ -9,6 +9,10 @@ class Nload < Formula build 2334 end + fails_with :clang do + cause "ld: internal error: atom not found in symbolIndex(__Z10fromStringIyET_RKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE) for architecture x86_64" + end + depends_on :autoconf depends_on :automake |
