File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,6 @@ if ProcessInfo.processInfo.environment["SWIFT_DRIVER_LLBUILD_FWK"] == nil {
141141 ]
142142 package . targets. first ( where: { $0. name == " SwiftDriverExecution " } ) !. dependencies += [
143143 . product( name: " llbuildSwift " , package : " swift-llbuild " ) ,
144- . product( name: " llbuild " , package : " swift-llbuild " ) ,
145144 ]
146145 } else {
147146 // In Swift CI, use a local path to llbuild to interoperate with tools
@@ -151,7 +150,6 @@ if ProcessInfo.processInfo.environment["SWIFT_DRIVER_LLBUILD_FWK"] == nil {
151150 ]
152151 package . targets. first ( where: { $0. name == " SwiftDriverExecution " } ) !. dependencies += [
153152 . product( name: " llbuildSwift " , package : " llbuild " ) ,
154- . product( name: " llbuild " , package : " llbuild " ) ,
155153 ]
156154 }
157155}
You can’t perform that action at this time.
0 commit comments