File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -141,6 +141,7 @@ 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 " ) ,
144
145
]
145
146
} else {
146
147
// In Swift CI, use a local path to llbuild to interoperate with tools
@@ -150,6 +151,7 @@ if ProcessInfo.processInfo.environment["SWIFT_DRIVER_LLBUILD_FWK"] == nil {
150
151
]
151
152
package . targets. first ( where: { $0. name == " SwiftDriverExecution " } ) !. dependencies += [
152
153
. product( name: " llbuildSwift " , package : " llbuild " ) ,
154
+ . product( name: " llbuild " , package : " llbuild " ) ,
153
155
]
154
156
}
155
157
}
You can’t perform that action at this time.
0 commit comments