diff options
Diffstat (limited to 'Library/Formula/imagesnap.rb')
| -rw-r--r-- | Library/Formula/imagesnap.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/imagesnap.rb b/Library/Formula/imagesnap.rb index bd6ba8281..b9f1dbd43 100644 --- a/Library/Formula/imagesnap.rb +++ b/Library/Formula/imagesnap.rb @@ -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 |
