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 authored and compnerd committed Dec 2, 2023
1 parent 698b140 commit 3a73847
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 @@ -145,7 +145,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 @@ -155,7 +154,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 3a73847

Please sign in to comment.