Skip to content

Commit

Permalink
Merge pull request #892 from finagolfin/release/5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
owenv authored Oct 19, 2023
2 parents 02c9df6 + d263788 commit e15b815
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", "llbuild"],
dependencies: ["libllbuild"],
path: "products/llbuildSwift",
exclude: []
),
Expand Down Expand Up @@ -109,7 +109,7 @@ let package = Package(

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

Expand Down

0 comments on commit e15b815

Please sign in to comment.