Skip to content

Commit b461fd4

Browse files
authoredJun 4, 2024
Merge pull request #1483 from finagolfin/dep
[5.10] Revert 'Add missing dependency (#1414)'
2 parents 46bd60c + b70b11c commit b461fd4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎Package.swift

-2
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)