swiftgen: add Ruby build dependency for <= Sierra
This commit is contained in:
parent
41fc049327
commit
8c7f46e737
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ class Swiftgen < Formula
|
|||
end
|
||||
|
||||
depends_on :xcode => ["9.2", :build]
|
||||
depends_on "ruby" => :build if MacOS.version <= :sierra
|
||||
|
||||
def install
|
||||
# Disable swiftlint build phase to avoid build errors if versions mismatch
|
||||
|
|
Loading…
Reference in a new issue