Skip to content

Commit cf9eb1e

Browse files
committed
Add back propagating '-external-plugin-path' driver agruments
(cherry picked from commit 6ac0b90)
1 parent 549b017 commit cf9eb1e

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
@@ -269,6 +269,10 @@ extension Driver {
269269
commandLine.appendPath(localPluginPath)
270270
}
271271

272+
if isFrontendArgSupported(.externalPluginPath) {
273+
try commandLine.appendAll(.externalPluginPath, from: &parsedOptions)
274+
}
275+
272276
// Pass down -user-module-version if we are working with a compiler that
273277
// supports it.
274278
if let ver = parsedOptions.getLastArgument(.userModuleVersion)?.asSingle,

0 commit comments

Comments
 (0)