sourcekitten: remove workaround needed for rdar://40724445
This commit is contained in:
parent
48cf8d618e
commit
ec67ea95e6
1 changed files with 0 additions and 2 deletions
|
@ -17,8 +17,6 @@ class Sourcekitten < Formula
|
|||
depends_on :xcode => "6.0"
|
||||
|
||||
def install
|
||||
ENV["CC"] = Utils.popen_read("xcrun -find clang").chomp # rdar://40724445
|
||||
|
||||
system "make", "prefix_install", "PREFIX=#{prefix}", "TEMPORARY_FOLDER=#{buildpath}/SourceKitten.dst"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue