LUA builds with LLVM

Closes Homebrew/homebrew#7360.
This commit is contained in:
Max Howell 2011-09-01 12:52:42 +01:00
parent 07d4e60363
commit a7de7cb6c3

View file

@ -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