Skip to content

Commit ceef780

Browse files
committed
Allow automatic selection of library type instead of forcing dynamic in Package.swift
1 parent 40d0e62 commit ceef780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ let package = Package(
55
name: "Cosmic",
66

77
products: [
8-
.library(name: "Cosmic", type: .dynamic, targets: [ "Cosmic" ])
8+
.library(name: "Cosmic", targets: [ "Cosmic" ])
99
],
1010

1111
dependencies: [

0 commit comments

Comments
 (0)