gnu-smalltalk: builds with LLVM >= 2335
Closes Homebrew/homebrew#7533. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
1d8e36efc1
commit
39bdf6d09f
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ class GnuSmalltalk < Formula
|
|||
|
||||
depends_on 'readline'
|
||||
|
||||
fails_with_llvm "Codegen problems with LLVM"
|
||||
fails_with_llvm "Codegen problems with LLVM", :build => 2334
|
||||
|
||||
def install
|
||||
# 64-bit version doesn't build, so force 32 bits.
|
||||
|
|
Loading…
Reference in a new issue