diff options
| author | Adam Vandenberg | 2012-02-26 07:47:11 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2012-02-26 07:47:11 -0800 |
| commit | 557a9dcdc2c010d0c052bd7997d56346bd182b11 (patch) | |
| tree | 95f5285c8e9c187a031ef69be0a23bd2ba6f72b3 /Library | |
| parent | 96cc2a40f5c960449c498da44fc5eb735e239f1a (diff) | |
| download | homebrew-557a9dcdc2c010d0c052bd7997d56346bd182b11.tar.bz2 | |
blueutil: fix audit warning
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/blueutil.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
