Skip to content

Commit 59b6357

Browse files
authored
Merge pull request #337 from nkcsgexi/add-back-static-swift-driver
Add back static SwiftDriver and add a new dynamic version
2 parents 5082f2c + 271335c commit 59b6357

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)