aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/lua.rb
diff options
context:
space:
mode:
authorMax Howell2011-09-01 12:52:42 +0100
committerMax Howell2011-09-01 12:52:56 +0100
commit677f1b391c092731e1d3214ad9b8f0e9b70257e5 (patch)
tree755ae98cf008374369f421bc01ca8fcd22297d79 /Library/Formula/lua.rb
parent686f727f947a84784861bd3b027f663eb8f63544 (diff)
downloadhomebrew-677f1b391c092731e1d3214ad9b8f0e9b70257e5.tar.bz2
LUA builds with LLVM
Closes #7360.
Diffstat (limited to 'Library/Formula/lua.rb')
-rw-r--r--Library/Formula/lua.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/lua.rb b/Library/Formula/lua.rb
index dafd91d3a..c31aa3f4c 100644
--- a/Library/Formula/lua.rb
+++ b/Library/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