We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fae00bc commit d0f2ddcCopy full SHA for d0f2ddc
Sources/SwiftDriver/Jobs/EmitModuleJob.swift
@@ -90,7 +90,7 @@ extension Driver {
90
91
// Add the inputs.
92
for input in self.inputFiles where input.type.isPartOfSwiftCompilation {
93
- commandLine.append(.path(input.file))
+ try addPathArgument(input.file, to: &commandLine)
94
inputs.append(input)
95
}
96
0 commit comments