sourcery: remove workaround needed for rdar://40724445
This commit is contained in:
parent
ec67ea95e6
commit
ffb0f33e93
1 changed files with 0 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue