Skip to content

Commit

Permalink
Merge pull request JohnSundell#153 from ashfurrow/patch-1
Browse files Browse the repository at this point in the history
Adds linkable library for all dependencies generated in a Marathon scripts
  • Loading branch information
orta authored Dec 10, 2017
2 parents 5bd186e + 244a4b8 commit 10d4ae9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/MarathonCore/PackageManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ public final class PackageManager {
"import PackageDescription\n\n" +
"let package = Package(\n" +
" name: \"\(masterPackageName)\",\n" +
" products: [.library(name: \"MarathonDependencies\", type: .dynamic, targets: [\"\(masterPackageName)\"])],\n" +
" dependencies: [\n"

for (index, package) in packages.enumerated() {
Expand Down

0 comments on commit 10d4ae9

Please sign in to comment.