diff options
| -rw-r--r-- | Library/Formula/sbcl.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/sbcl.rb b/Library/Formula/sbcl.rb index 45c35dc7a..7cc78c08b 100644 --- a/Library/Formula/sbcl.rb +++ b/Library/Formula/sbcl.rb @@ -39,6 +39,7 @@ class Sbcl < Formula end def install + fails_with_llvm "Compilation fails with LLVM." write_features build_directory = Dir.pwd |
