imagesnap: use explicit SDK version

The build tries to find the 10.5 SDK by default, so it fails with XCode
4 / Lion.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Kjell 2011-08-26 17:12:11 -05:00 committed by Jack Nagel
parent d4ec37139a
commit 3c8f29684e
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ class Imagesnap < Formula
md5 'eddd65d04782cc7538c009cf8a6f7568'
def install
system "xcodebuild -project ImageSnap.xcodeproj SYMROOT=build"
system "xcodebuild -project ImageSnap.xcodeproj SYMROOT=build -sdk macosx#{MACOS_VERSION}"
bin.install "build/Release/imagesnap"
end
end