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