Skip to content

Commit 6ac0b90

Browse files
committed
Add back propagating '-external-plugin-path' driver agruments
1 parent a615f58 commit 6ac0b90

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Sources/SwiftDriver/Jobs/FrontendJobHelpers.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,10 @@ extension Driver {
275275
commandLine.appendPath(localPluginPath)
276276
}
277277

278+
if isFrontendArgSupported(.externalPluginPath) {
279+
try commandLine.appendAll(.externalPluginPath, from: &parsedOptions)
280+
}
281+
278282
if isFrontendArgSupported(.blockListFile) {
279283
try Driver.findBlocklists(RelativeTo: try toolchain.executableDir).forEach {
280284
commandLine.appendFlag(.blockListFile)

0 commit comments

Comments
 (0)