LuaJIT: still fails with LLVM build 2336

https://gist.github.com/1388096

Closes Homebrew/homebrew#8755.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Douglas Creager 2011-11-23 12:20:50 -05:00 committed by Jack Nagel
parent ff0bc10a82
commit 045d511d65

View file

@ -9,7 +9,7 @@ class Luajit < Formula
# Skip cleaning both empty folders and bin/libs so external symbols still work.
skip_clean :all
fails_with_llvm "_Unwind_Exception_Class undeclared", :build => 2335
fails_with_llvm "_Unwind_Exception_Class undeclared", :build => 2336
def options
[["--debug", "Build with debugging symbols."]]