Skip to content

Commit

Permalink
Merge pull request #7 from danielgindi/master
Browse files Browse the repository at this point in the history
Alternative for SPM dynamic linking (ChartsOrg#4478)
  • Loading branch information
ccworld1000 authored Oct 26, 2020
2 parents 33d0d44 + ae78bad commit e9aa153
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ let package = Package(
.library(
name: "Charts",
targets: ["Charts"]),
.library(
name: "ChartsDynamic",
type: .dynamic,
targets: ["Charts"])
],
targets: [
.target(name: "Charts")
Expand Down

0 comments on commit e9aa153

Please sign in to comment.