Skip to content

Commit 0545e1c

Browse files
committed
swift-driver package fails to compile due to missing quotes around string
rdar://81367644
1 parent fb4681b commit 0545e1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ let package = Package(
5050
name: "SwiftDriver",
5151
dependencies: ["SwiftOptions", "SwiftToolsSupport-auto",
5252
"CSwiftScan", "Yams"],
53-
exclude: ["CMakeLists.txt", SwiftDriver.docc]),
53+
exclude: ["CMakeLists.txt", "SwiftDriver.docc"]),
5454

5555
/// The execution library.
5656
.target(

0 commit comments

Comments
 (0)