diff options
| author | Douglas Creager | 2011-11-23 12:20:50 -0500 |
|---|---|---|
| committer | Jack Nagel | 2011-11-23 13:51:51 -0600 |
| commit | e5fcd7b7a002dbd040d412088d8c943fee949450 (patch) | |
| tree | ce95eb56fa8c61abaf3c808bbbab3dddb37e0ddf /Library/Formula | |
| parent | 4b4760af7538fe62fd3dc075e8ffe2ee1ad48a30 (diff) | |
| download | homebrew-e5fcd7b7a002dbd040d412088d8c943fee949450.tar.bz2 | |
LuaJIT: still fails with LLVM build 2336
https://gist.github.com/1388096
Closes #8755.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/luajit.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/luajit.rb b/Library/Formula/luajit.rb index 2f49f0482..8deef36b8 100644 --- a/Library/Formula/luajit.rb +++ b/Library/Formula/luajit.rb @@ -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."]] |
