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