From e5fcd7b7a002dbd040d412088d8c943fee949450 Mon Sep 17 00:00:00 2001 From: Douglas Creager Date: Wed, 23 Nov 2011 12:20:50 -0500 Subject: LuaJIT: still fails with LLVM build 2336 https://gist.github.com/1388096 Closes #8755. Signed-off-by: Jack Nagel --- Library/Formula/luajit.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') 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."]] -- cgit v1.2.3