From a7de7cb6c3229c35616f450f106307dc9f661eb0 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Thu, 1 Sep 2011 12:52:42 +0100 Subject: [PATCH] LUA builds with LLVM Closes Homebrew/homebrew#7360. --- Formula/lua.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Formula/lua.rb b/Formula/lua.rb index dafd91d3a8..c31aa3f4ca 100644 --- a/Formula/lua.rb +++ b/Formula/lua.rb @@ -5,7 +5,8 @@ class Lua < Formula homepage 'http://www.lua.org/' md5 'd0870f2de55d59c1c8419f36e8fac150' - fails_with_llvm "Lua itself compiles with llvm, but may fail when other software tries to link." + fails_with_llvm "Lua itself compiles with LLVM, but may fail when other software tries to link.", + :build => 2326 if MacOS.lion? # Skip cleaning both empty folders and bin/libs so external symbols still work. skip_clean :all