Skip to content

Commit

Permalink
Revert 'Add missing dependency (#1414)'
Browse files Browse the repository at this point in the history
The llbuild executable is not a dependency of this library.
  • Loading branch information
finagolfin committed Nov 12, 2023
1 parent eb63540 commit b70b11c
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 b70b11c

Please sign in to comment.