diff options
Diffstat (limited to 'Library/Formula/nethack.rb')
| -rw-r--r-- | Library/Formula/nethack.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/nethack.rb b/Library/Formula/nethack.rb index 456d3054b..16e5d3bc0 100644 --- a/Library/Formula/nethack.rb +++ b/Library/Formula/nethack.rb @@ -16,6 +16,8 @@ class Nethack < Formula version '3.4.3' md5 '21479c95990eefe7650df582426457f9' + fails_with_llvm + # Don't remove save folder skip_clean 'libexec/save' @@ -24,7 +26,6 @@ class Nethack < Formula end def install - fails_with_llvm # Build everything in-order; no multi builds. ENV.deparallelize |
