Skip to content

Commit

Permalink
Fixed to switch target dependencies in the environment
Browse files Browse the repository at this point in the history
  • Loading branch information
tid-kijyun committed Oct 11, 2020
1 parent 216e39d commit 5a18c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ let package = Package(
),
.target(
name: "Kanna",
dependencies: ["libxml2"],
dependencies: dependencies,
path: "Sources",
exclude: [
"Sources/Info.plist",
Expand Down

0 comments on commit 5a18c7b

Please sign in to comment.