sourcery: fix dependency order
This commit is contained in:
parent
a1fbfce8a1
commit
7fb2cc37ec
1 changed files with 1 additions and 1 deletions
|
@ -10,8 +10,8 @@ class Sourcery < Formula
|
|||
sha256 "80364efc5f696093c2a938f219362acf24da7aa4e1c11a582ee2c43324330f44" => :high_sierra
|
||||
end
|
||||
|
||||
depends_on :xcode => "6.0"
|
||||
depends_on :xcode => ["9.3", :build]
|
||||
depends_on :xcode => "6.0"
|
||||
|
||||
def install
|
||||
ENV["CC"] = Utils.popen_read("xcrun -find clang").chomp # rdar://40724445
|
||||
|
|
Loading…
Reference in a new issue