From ffb0f33e931f1f9db46928ca93ebcc71918cea04 Mon Sep 17 00:00:00 2001 From: commitay Date: Wed, 19 Sep 2018 13:28:48 +1000 Subject: [PATCH] sourcery: remove workaround needed for `rdar://40724445` --- Formula/sourcery.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/Formula/sourcery.rb b/Formula/sourcery.rb index acec6414f0..2627d85f8c 100644 --- a/Formula/sourcery.rb +++ b/Formula/sourcery.rb @@ -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"