diff options
| author | Adam Vandenberg | 2011-03-19 14:17:11 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2011-03-19 14:17:11 -0700 |
| commit | 9c828b94c05997d5aa38b8e49b87f284a44f57ea (patch) | |
| tree | 192a70f3ac5159eb865734a265711a1d17206049 /Library | |
| parent | e2f6ffbaa3cedf70b3f5c653ed536e350a490aa4 (diff) | |
| download | homebrew-9c828b94c05997d5aa38b8e49b87f284a44f57ea.tar.bz2 | |
sbcl: does not compile with llvm
Diffstat (limited to 'Library')
| -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 |
