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 a615f58 commit 6ac0b90Copy full SHA for 6ac0b90
Sources/SwiftDriver/Jobs/FrontendJobHelpers.swift
@@ -275,6 +275,10 @@ extension Driver {
275
commandLine.appendPath(localPluginPath)
276
}
277
278
+ if isFrontendArgSupported(.externalPluginPath) {
279
+ try commandLine.appendAll(.externalPluginPath, from: &parsedOptions)
280
+ }
281
+
282
if isFrontendArgSupported(.blockListFile) {
283
try Driver.findBlocklists(RelativeTo: try toolchain.executableDir).forEach {
284
commandLine.appendFlag(.blockListFile)
0 commit comments