objc-codegenutils: fix dependency order
This commit is contained in:
parent
1bae2f6055
commit
f5f264f350
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue