Skip to content

Commit 271335c

Browse files
committed
Add back static SwiftDriver and add a new dynamic version
1 parent 5082f2c commit 271335c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Package.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ let package = Package(
2323
targets: ["swift-help"]),
2424
.library(
2525
name: "SwiftDriver",
26+
targets: ["SwiftDriver"]),
27+
.library(
28+
name: "SwiftDriverDynamic",
2629
type: .dynamic,
2730
targets: ["SwiftDriver"]),
2831
.library(

0 commit comments

Comments
 (0)