sourcekitten: remove workaround needed for rdar://40724445

This commit is contained in:
commitay 2018-09-26 15:38:17 +10:00
parent 48cf8d618e
commit ec67ea95e6

View file

@ -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