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 @@ -145,7 +145,6 @@ if ProcessInfo.processInfo.environment["SWIFT_DRIVER_LLBUILD_FWK"] == nil {
145145 ]
146146 package . targets. first ( where: { $0. name == " SwiftDriverExecution " } ) !. dependencies += [
147147 . product( name: " llbuildSwift " , package : " swift-llbuild " ) ,
148- . product( name: " llbuild " , package : " swift-llbuild " ) ,
149148 ]
150149 } else {
151150 // In Swift CI, use a local path to llbuild to interoperate with tools
@@ -155,7 +154,6 @@ if ProcessInfo.processInfo.environment["SWIFT_DRIVER_LLBUILD_FWK"] == nil {
155154 ]
156155 package . targets. first ( where: { $0. name == " SwiftDriverExecution " } ) !. dependencies += [
157156 . product( name: " llbuildSwift " , package : " llbuild " ) ,
158- . product( name: " llbuild " , package : " llbuild " ) ,
159157 ]
160158 }
161159}
You can’t perform that action at this time.
0 commit comments