sourcery: remove workaround needed for rdar://40724445

This commit is contained in:
commitay 2018-09-19 13:28:48 +10:00
parent ec67ea95e6
commit ffb0f33e93

View file

@ -15,8 +15,6 @@ class Sourcery < Formula
depends_on :xcode => "6.0"
def install
ENV["CC"] = Utils.popen_read("xcrun -find clang").chomp # rdar://40724445
system "swift", "build", "--disable-sandbox", "-c", "release", "-Xswiftc",
"-static-stdlib"
bin.install ".build/release/sourcery"