diff options
| author | Jack Nagel | 2014-02-27 21:47:38 -0600 |
|---|---|---|
| committer | Jack Nagel | 2014-02-27 21:53:21 -0600 |
| commit | 7046e4e37b87c08575d14263bdce763456b9ec2c (patch) | |
| tree | 1f8a506a547bbb64f6c1026c2d5431b27dd7766c /Library/Formula/graphviz.rb | |
| parent | 9a18e85a7c77dd8adef4e1c34f564ab08fed5c2a (diff) | |
| download | homebrew-7046e4e37b87c08575d14263bdce763456b9ec2c.tar.bz2 | |
Add an xcodebuild helper and deprecate system "xcodebuild"
In the future we can remove the ENV munging branch from Formula#system.
Closes #27081.
Diffstat (limited to 'Library/Formula/graphviz.rb')
| -rw-r--r-- | Library/Formula/graphviz.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/graphviz.rb b/Library/Formula/graphviz.rb index d077136d7..a858b898a 100644 --- a/Library/Formula/graphviz.rb +++ b/Library/Formula/graphviz.rb @@ -61,7 +61,7 @@ class Graphviz < Formula if build.include? 'with-app' cd "macosx" do - system "xcodebuild", "-configuration", "Release", "SYMROOT=build", "PREFIX=#{prefix}", "ONLY_ACTIVE_ARCH=YES" + xcodebuild "-configuration", "Release", "SYMROOT=build", "PREFIX=#{prefix}", "ONLY_ACTIVE_ARCH=YES" end prefix.install "macosx/build/Release/Graphviz.app" end |
