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 f920d43 commit 7cbc41eCopy full SHA for 7cbc41e
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