Skip to content

Commit 5b277bc

Browse files
committed
Add missing dependency
1 parent 688a840 commit 5b277bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Package.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ let package = Package(
6262
name: "SwiftDriverExecution",
6363
dependencies: [
6464
"SwiftDriver",
65-
.product(name: "SwiftToolsSupport-auto", package: "swift-tools-support-core")
65+
.product(name: "SwiftToolsSupport-auto", package: "swift-tools-support-core"),
66+
.product(name: "llbuild", package: "swift-llbuild"),
6667
],
6768
exclude: ["CMakeLists.txt"]),
6869

0 commit comments

Comments
 (0)