Skip to content

Commit 3a73847

Browse files
finagolfincompnerd
authored andcommitted
Revert 'Add missing dependency (#1414)'
The llbuild executable is not a dependency of this library.
1 parent 698b140 commit 3a73847

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
@@ -145,7 +145,6 @@ if ProcessInfo.processInfo.environment["SWIFT_DRIVER_LLBUILD_FWK"] == nil {
145145
]
146146
package.targets.first(where: { $0.name == "SwiftDriverExecution" })!.dependencies += [
147147
.product(name: "llbuildSwift", package: "swift-llbuild"),
148-
.product(name: "llbuild", package: "swift-llbuild"),
149148
]
150149
} else {
151150
// In Swift CI, use a local path to llbuild to interoperate with tools
@@ -155,7 +154,6 @@ if ProcessInfo.processInfo.environment["SWIFT_DRIVER_LLBUILD_FWK"] == nil {
155154
]
156155
package.targets.first(where: { $0.name == "SwiftDriverExecution" })!.dependencies += [
157156
.product(name: "llbuildSwift", package: "llbuild"),
158-
.product(name: "llbuild", package: "llbuild"),
159157
]
160158
}
161159
}

0 commit comments

Comments
 (0)