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>
This commit is contained in:
parent
d4ec37139a
commit
3c8f29684e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue