From 557a9dcdc2c010d0c052bd7997d56346bd182b11 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sun, 26 Feb 2012 07:47:11 -0800 Subject: blueutil: fix audit warning --- Library/Formula/blueutil.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Formula/blueutil.rb b/Library/Formula/blueutil.rb index 58f7607f3..fde936251 100644 --- a/Library/Formula/blueutil.rb +++ b/Library/Formula/blueutil.rb @@ -9,7 +9,7 @@ class Blueutil < Formula def install # Set to build with SDK=macosx10.6, but it doesn't actually need 10.6 - system 'xcodebuild', 'SDKROOT=' + system 'xcodebuild', 'SDKROOT=', 'SYMROOT=build' bin.install 'build/Release/blueutil' end end -- cgit v1.2.3