From 045d511d656f1fa3fc6dab5c30aee4ec1ce78205 Mon Sep 17 00:00:00 2001 From: Douglas Creager Date: Wed, 23 Nov 2011 12:20:50 -0500 Subject: [PATCH] LuaJIT: still fails with LLVM build 2336 https://gist.github.com/1388096 Closes Homebrew/homebrew#8755. Signed-off-by: Jack Nagel --- Formula/luajit.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/luajit.rb b/Formula/luajit.rb index 2f49f0482f..8deef36b85 100644 --- a/Formula/luajit.rb +++ b/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."]]