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:
parent
ff0bc10a82
commit
045d511d65
1 changed files with 1 additions and 1 deletions
|
@ -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."]]
|
||||
|
|
Loading…
Reference in a new issue