Skip to content

Commit

Permalink
Separate Linux product
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr. Brandon Wiley committed Sep 3, 2020
1 parent a78c630 commit df8607a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ let package = Package(
.library(
name: "Transmission",
targets: ["Transmission"]),
.library(
name: "TransmissionLinux",
targets: ["TransmissionLinux"]),
],
dependencies: [
// Dependencies declare other packages that this package depends on.
Expand Down

0 comments on commit df8607a

Please sign in to comment.