Skip to content

Commit 5d058eb

Browse files
authored
Merge pull request swiftlang#19 from tanner0101/patch-1
remove .dynamic from library product
2 parents 8a6b603 + aebd7af commit 5d058eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import PackageDescription
55
let package = Package(
66
name: "SwiftSyntax",
77
products: [
8-
.library(name: "SwiftSyntax", type: .dynamic, targets: ["SwiftSyntax"]),
8+
.library(name: "SwiftSyntax", targets: ["SwiftSyntax"]),
99
],
1010
targets: [
1111
.target(name: "SwiftSyntax"),

0 commit comments

Comments
 (0)