diff options
| author | Jack Nagel | 2012-04-29 18:51:14 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-04-29 18:51:14 -0500 |
| commit | 8a1c6baa2f51c0ef5928b88e0e6a1ebfe3b113bf (patch) | |
| tree | 8938d3130f0da8a6f3b00312743294c95f3f6f05 /Library/Formula | |
| parent | 53bbcb64218143c92fa4aabe9210c60f3dd79392 (diff) | |
| download | homebrew-8a1c6baa2f51c0ef5928b88e0e6a1ebfe3b113bf.tar.bz2 | |
jstalk: fix audit warning
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/jstalk.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/jstalk.rb b/Library/Formula/jstalk.rb index 65af1eeea..6356efe1a 100644 --- a/Library/Formula/jstalk.rb +++ b/Library/Formula/jstalk.rb @@ -19,7 +19,7 @@ class Jstalk < Formula def install ["JSTalk Framework", "jstalk command line", "JSTalk Editor"].each do |t| - system "xcodebuild", "-target", t, "-configuration", "Release", "ONLY_ACTIVE_ARCH=YES" + system "xcodebuild", "-target", t, "-configuration", "Release", "ONLY_ACTIVE_ARCH=YES", "SYMROOT=build" end cd 'build/Release' do |
