make Package explicitly dynamic lib

This commit is contained in:
John Estropia
2026-07-06 23:03:04 +09:00
parent 3328837175
commit e496f20336
+1 -1
View File
@@ -32,7 +32,7 @@ let package = Package(
.macOS(.v13), .iOS(.v16), .tvOS(.v16), .watchOS(.v9) .macOS(.v13), .iOS(.v16), .tvOS(.v16), .watchOS(.v9)
], ],
products: [ products: [
.library(name: "CoreStore", targets: ["CoreStore"]) .library(name: "CoreStore", type: .dynamic, targets: ["CoreStore"])
], ],
dependencies: [], dependencies: [],
targets: [ targets: [