mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge remote-tracking branch 'origin/main' into rebranch
This commit is contained in:
@@ -1413,6 +1413,10 @@ static bool ParseSearchPathArgs(SearchPathOptions &Opts,
|
||||
}
|
||||
Opts.setFrameworkSearchPaths(FrameworkSearchPaths);
|
||||
|
||||
for (const Arg *A : Args.filtered(OPT_plugin_path)) {
|
||||
Opts.PluginSearchPaths.push_back(resolveSearchPath(A->getValue()));
|
||||
}
|
||||
|
||||
for (const Arg *A : Args.filtered(OPT_L)) {
|
||||
Opts.LibrarySearchPaths.push_back(resolveSearchPath(A->getValue()));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user