Skip to content

Commit 5082f2c

Browse files
authored
Merge pull request #336 from nkcsgexi/dylib-swift-driver
Build libSwiftDriver as a dylib
2 parents 62882f4 + d946556 commit 5082f2c

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
@@ -23,6 +23,7 @@ let package = Package(
2323
targets: ["swift-help"]),
2424
.library(
2525
name: "SwiftDriver",
26+
type: .dynamic,
2627
targets: ["SwiftDriver"]),
2728
.library(
2829
name: "SwiftOptions",

0 commit comments

Comments
 (0)