Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Commit 62bcc71

Browse files
authored
Merge pull request #38 from alexruperez/patch-1
Alternative for SPM dynamic linking
2 parents 4a09ece + 0e05a90 commit 62bcc71

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Package.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ let package = Package(
1010
.watchOS(.v2),
1111
],
1212
products: [
13-
.library(name: "Rswift", targets: ["Rswift"])
13+
.library(name: "Rswift", targets: ["Rswift"]),
14+
.library(name: "RswiftDynamic", type: .dynamic, targets: ["Rswift"])
1415
],
1516
targets: [
1617
.target(name: "Rswift", path: "Library")

0 commit comments

Comments
 (0)