mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
For the -Fsystem option, address feedback by Jordan.
This commit is contained in:
@@ -891,7 +891,7 @@ void SwiftLangSupport::findInterfaceDocument(StringRef ModuleName,
|
||||
addArgPair("-sdk", SPOpts.SDKPath);
|
||||
for (auto &FramePath : SPOpts.FrameworkSearchPaths) {
|
||||
if (FramePath.IsSystem)
|
||||
addArgPair("-iframework", FramePath.Path);
|
||||
addArgPair("-Fsystem", FramePath.Path);
|
||||
else
|
||||
addArgPair("-F", FramePath.Path);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user