sourcery: fix dependency order

This commit is contained in:
commitay 2018-09-18 12:17:40 +10:00
parent a1fbfce8a1
commit 7fb2cc37ec

View file

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