Skip to content

Commit

Permalink
removed dynamic target
Browse files Browse the repository at this point in the history
  • Loading branch information
tib committed May 2, 2020
1 parent f4c31aa commit 8507fc5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ let package = Package(
name: "shell-kit",
products: [
.library(name: "ShellKit", targets: ["ShellKit"]),
.library(name: "ShellKitDynamic", type: .dynamic, targets: ["ShellKit"])
],
targets: [
.target(name: "ShellKit", dependencies: []),
Expand Down

0 comments on commit 8507fc5

Please sign in to comment.