Skip to content

Commit df168b5

Browse files
committed
Try just making the library target dynamic
1 parent 99092c4 commit df168b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Package.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ let package = Package(
2828
products: [
2929
.library(
3030
name: "Testing",
31+
type: .dynamic,
3132
targets: ["Testing"]
3233
),
3334
],

0 commit comments

Comments
 (0)