Skip to content

Commit cd61970

Browse files
author
Anton Leuski
committed
forcing dynamic library generation
1 parent 626b333 commit cd61970

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Package.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ var package = Package(
1717
products: [
1818
.library(
1919
name: "ArgumentParser",
20+
type: .dynamic,
21+
targets: ["ArgumentParser"]),
22+
.library(
23+
name: "ArgumentParser-auto",
2024
targets: ["ArgumentParser"]),
2125
],
2226
dependencies: [],

0 commit comments

Comments
 (0)