File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -193,16 +193,8 @@ extension Driver {
193
193
commandLine. appendFlag ( . resourceDir)
194
194
commandLine. appendPath ( VirtualPath . lookup ( frontendTargetInfo. runtimeResourcePath. path) )
195
195
196
- try commandLine. appendAll ( . I, from: & parsedOptions)
197
- for systemImport in parsedOptions. arguments ( for: . Isystem) {
198
- commandLine. appendFlag ( . I)
199
- commandLine. appendFlag ( systemImport. argument. asSingle)
200
- }
201
- try commandLine. appendAll ( . F, from: & parsedOptions)
202
- for systemFramework in parsedOptions. arguments ( for: . Fsystem) {
203
- commandLine. appendFlag ( . iframework)
204
- commandLine. appendFlag ( systemFramework. argument. asSingle)
205
- }
196
+ try commandLine. appendAll ( . I, . Isystem, from: & parsedOptions)
197
+ try commandLine. appendAll ( . F, . Fsystem, from: & parsedOptions)
206
198
207
199
try commandLine. appendLast ( . swiftVersion, from: & parsedOptions)
208
200
}
You can’t perform that action at this time.
0 commit comments