Skip to content

Commit d946556

Browse files
committed
Build libSwiftDriver as a dylib
1 parent b1b6f06 commit d946556

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)