Skip to content

Commit 5112cc7

Browse files
committed
Add support for SPM dynamic linking
1 parent fe74d5a commit 5112cc7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Package.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ let package = Package(
1010
],
1111
products: [
1212
.library(name: "FlexLayout", targets: ["FlexLayout"]),
13+
.library(name: "FlexLayout-Dynamic", type: .dynamic, targets: ["FlexLayout"]),
1314
],
1415
dependencies: [
1516
.package(url: "https://github.com/facebook/yoga.git", .upToNextMinor(from: "3.2.1")),

0 commit comments

Comments
 (0)