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

Commit

Permalink
Merge pull request #38 from alexruperez/patch-1
Browse files Browse the repository at this point in the history
Alternative for SPM dynamic linking
  • Loading branch information
tomlokhorst authored Apr 20, 2020
2 parents 4a09ece + 0e05a90 commit 62bcc71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ let package = Package(
.watchOS(.v2),
],
products: [
.library(name: "Rswift", targets: ["Rswift"])
.library(name: "Rswift", targets: ["Rswift"]),
.library(name: "RswiftDynamic", type: .dynamic, targets: ["Rswift"])
],
targets: [
.target(name: "Rswift", path: "Library")
Expand Down

0 comments on commit 62bcc71

Please sign in to comment.