Skip to content

Commit 5ee207a

Browse files
Add dynamic library as one of the products
1 parent 13486ad commit 5ee207a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Package.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ let package = Package(
1111
name: "EmacsSwiftModule",
1212
targets: ["EmacsSwiftModule"]
1313
),
14+
.library(
15+
name: "EmacsSwiftModuleDynamic",
16+
type: .dynamic,
17+
targets: ["EmacsSwiftModule"]
18+
),
1419
.plugin(
1520
name: "ModuleFactoryPlugin",
1621
targets: ["ModuleFactoryPlugin"]

0 commit comments

Comments
 (0)