luarocks: trys -> tries
Closes Homebrew/homebrew#9173. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
This commit is contained in:
parent
7a10fa5672
commit
082a11e45a
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ class Luarocks < Formula
|
|||
|
||||
depends_on use_luajit? ? 'luajit' : 'lua'
|
||||
|
||||
fails_with_llvm "Lua itself compiles with llvm, but may fail when other software trys to link."
|
||||
fails_with_llvm "Lua itself compiles with llvm, but may fail when other software tries to link."
|
||||
|
||||
def patches
|
||||
DATA if HOMEBREW_PREFIX.to_s == '/usr/local'
|
||||
|
|
Loading…
Reference in a new issue