sbcl: builds with LLVM build >= 2335
Closes Homebrew/homebrew#7942. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
6f70e1f9dc
commit
f13d2c88d8
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ class Sbcl < Formula
|
|||
md5 '74ce9b24516885d066ec4287cde52e8c'
|
||||
head 'git://sbcl.git.sourceforge.net/gitroot/sbcl/sbcl.git'
|
||||
|
||||
fails_with_llvm "Compilation fails with LLVM."
|
||||
fails_with_llvm "Compilation fails with LLVM.", :build => 2334
|
||||
|
||||
skip_clean 'bin'
|
||||
skip_clean 'lib'
|
||||
|
|
Loading…
Reference in a new issue