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 {
141
141
]
142
142
package . targets. first ( where: { $0. name == " SwiftDriverExecution " } ) !. dependencies += [
143
143
. product( name: " llbuildSwift " , package : " swift-llbuild " ) ,
144
- . product( name: " llbuild " , package : " swift-llbuild " ) ,
145
144
]
146
145
} else {
147
146
// 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 {
151
150
]
152
151
package . targets. first ( where: { $0. name == " SwiftDriverExecution " } ) !. dependencies += [
153
152
. product( name: " llbuildSwift " , package : " llbuild " ) ,
154
- . product( name: " llbuild " , package : " llbuild " ) ,
155
153
]
156
154
}
157
155
}
You can’t perform that action at this time.
0 commit comments