sourcekitten: xcode needed at runtime (#866)

as recommended in https://github.com/Homebrew/legacy-homebrew/pull/50211#issuecomment-217037901
master
JP Simard 2016-05-28 13:10:24 -07:00 committed by Dominyk Tiller
parent 7f29c1cb9f
commit 3f14b191ea
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ class Sourcekitten < Formula
sha256 "7ae7965d52fd6fa215eb4dc7afa40f114d4dac6dbd2c21448e4026ba082da1f1" => :el_capitan sha256 "7ae7965d52fd6fa215eb4dc7afa40f114d4dac6dbd2c21448e4026ba082da1f1" => :el_capitan
end end
depends_on :xcode => ["7.3", :build] depends_on :xcode => ["7.3"]
def install def install
system "make", "prefix_install", "PREFIX=#{prefix}", "TEMPORARY_FOLDER=#{buildpath}/SourceKitten.dst" system "make", "prefix_install", "PREFIX=#{prefix}", "TEMPORARY_FOLDER=#{buildpath}/SourceKitten.dst"