objc-codegenutils: fix dependency order

This commit is contained in:
commitay 2018-09-18 09:24:46 +10:00
parent 1bae2f6055
commit f5f264f350

View file

@ -15,8 +15,8 @@ class ObjcCodegenutils < Formula
sha256 "b2a970d293782e5dc6cdf2902df97c89dfa3552aeb5994c7b035a256e5659868" => :mountain_lion
end
depends_on :macos => :mountain_lion
depends_on :xcode => :build
depends_on :macos => :mountain_lion
def install
xcodebuild "-project", "codegenutils.xcodeproj", "-target", "assetgen", "-configuration", "Release", "SYMROOT=build", "OBJROOT=build"