Skip to content

Commit

Permalink
jstalk: fix audit warning
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Nagel <[email protected]>
  • Loading branch information
jacknagel committed Apr 29, 2012
1 parent 53bbcb6 commit 8a1c6ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Formula/jstalk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8a1c6ba

Please sign in to comment.