Skip to content

Commit

Permalink
Merge pull request #3 from appunite/feat/fix-issue-with-not-installin…
Browse files Browse the repository at this point in the history
…g-libSwiftToolsSupport-dylib

Feat: fix issue with not installing lib swift tools support dylib
  • Loading branch information
BrzozowskiPawel authored Jan 20, 2023
2 parents 9fe6d97 + 193a1c9 commit b73742d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file not shown.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ let package = Package(
),
.target(
name: "PalmyraCore",
dependencies: ["SwiftToolsSupport"]
dependencies: ["SwiftToolsSupport-auto"]
),
.testTarget(
name: "PalmyraTests",
dependencies: ["PalmyraCore", "SwiftToolsSupport"])
dependencies: ["PalmyraCore", "SwiftToolsSupport-auto"])
]
)

0 comments on commit b73742d

Please sign in to comment.