Skip to content

Commit

Permalink
Merge pull request #1483 from finagolfin/dep
Browse files Browse the repository at this point in the history
[5.10] Revert 'Add missing dependency (#1414)'
  • Loading branch information
nkcsgexi committed Jun 4, 2024
2 parents 46bd60c + b70b11c commit b461fd4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ if ProcessInfo.processInfo.environment["SWIFT_DRIVER_LLBUILD_FWK"] == nil {
]
package.targets.first(where: { $0.name == "SwiftDriverExecution" })!.dependencies += [
.product(name: "llbuildSwift", package: "swift-llbuild"),
.product(name: "llbuild", package: "swift-llbuild"),
]
} else {
// In Swift CI, use a local path to llbuild to interoperate with tools
Expand All @@ -151,7 +150,6 @@ if ProcessInfo.processInfo.environment["SWIFT_DRIVER_LLBUILD_FWK"] == nil {
]
package.targets.first(where: { $0.name == "SwiftDriverExecution" })!.dependencies += [
.product(name: "llbuildSwift", package: "llbuild"),
.product(name: "llbuild", package: "llbuild"),
]
}
}
Expand Down

0 comments on commit b461fd4

Please sign in to comment.