Skip to content

Commit 1670905

Browse files
Merge pull request #1934 from ian-twilightcoder/swift-api-digester-no-isystem
[ABIChecking] swift-api-digester doesn't support -isystem
2 parents d2236ee + edc877d commit 1670905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftDriver/Jobs/APIDigesterJobs.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ extension Driver {
195195

196196
try commandLine.appendAll(.I, from: &parsedOptions)
197197
for systemImport in parsedOptions.arguments(for: .Isystem) {
198-
commandLine.appendFlag("-isystem")
198+
commandLine.appendFlag(.I)
199199
commandLine.appendFlag(systemImport.argument.asSingle)
200200
}
201201
try commandLine.appendAll(.F, from: &parsedOptions)

0 commit comments

Comments
 (0)