Skip to content

Commit

Permalink
removed dynamic library
Browse files Browse the repository at this point in the history
  • Loading branch information
tib committed May 2, 2020
1 parent 860b85e commit 39a9357
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: "git-kit",
products: [
.library(name: "GitKit", targets: ["GitKit"]),
.library(name: "GitKitDynamic", type: .dynamic, targets: ["GitKit"])
],
dependencies: [
.package(url: "https://github.com/binarybirds/shell-kit", from: "1.0.0"),
Expand Down

0 comments on commit 39a9357

Please sign in to comment.