Skip to content

Commit

Permalink
Add missing dependencies (#888)
Browse files Browse the repository at this point in the history
  • Loading branch information
neonichu authored Aug 14, 2023
1 parent 24237d0 commit 02c9df6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ let package = Package(
/// The public llbuild Swift API.
.target(
name: "llbuildSwift",
dependencies: ["libllbuild"],
dependencies: ["libllbuild", "llbuild"],
path: "products/llbuildSwift",
exclude: []
),
Expand Down Expand Up @@ -109,7 +109,7 @@ let package = Package(

.target(
name: "llbuildAnalysis",
dependencies: ["llbuildSwift"],
dependencies: ["llbuildSwift", "llbuild"],
path: "lib/Analysis"
),

Expand Down

0 comments on commit 02c9df6

Please sign in to comment.