Skip to content

Commit

Permalink
Allow automatic selection of library type instead of forcing dynamic …
Browse files Browse the repository at this point in the history
…in Package.swift
  • Loading branch information
jnewc committed Jun 9, 2019
1 parent 40d0e62 commit ceef780
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 @@ -5,7 +5,7 @@ let package = Package(
name: "Cosmic",

products: [
.library(name: "Cosmic", type: .dynamic, targets: [ "Cosmic" ])
.library(name: "Cosmic", targets: [ "Cosmic" ])
],

dependencies: [
Expand Down

0 comments on commit ceef780

Please sign in to comment.