Skip to content

Commit

Permalink
darwinbuild: fix audit warning
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
jacknagel committed Apr 29, 2012
1 parent bc48097 commit 53bbcb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Formula/darwinbuild.rb
Expand Up @@ -11,7 +11,7 @@ def patches
def install
ENV.delete('CC')
ENV.delete('LD')
system "xcodebuild -configuration Release install DSTROOT=/ PREFIX=#{prefix}"
system "xcodebuild", "-configuration", "Release", "install", "DSTROOT=/", "PREFIX=#{prefix}", "SYMROOT=build"
end
end

Expand Down

0 comments on commit 53bbcb6

Please sign in to comment.