lua51: remove unused fails_with :llvm.

This commit is contained in:
Mike McQuaid 2016-12-13 01:57:42 +00:00 committed by Tomasz Pajor
parent 139a54e2a2
commit 7c4412a2dd

View file

@ -16,11 +16,6 @@ class Lua51 < Formula
sha256 "821a3e39854354505c4751ce8605b20f56e441c43b1d8464fe37e5301122e9c2" => :mavericks
end
fails_with :llvm do
build 2326
cause "Lua itself compiles with LLVM, but may fail when other software tries to link."
end
option :universal
option "with-completion", "Enables advanced readline support"
option "without-sigaction", "Revert to ANSI signal instead of improved POSIX sigaction"