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 a52f544 commit a7d8c68Copy full SHA for a7d8c68
Sources/SwiftDriver/Toolchains/DarwinToolchain.swift
@@ -376,6 +376,7 @@ public final class DarwinToolchain: Toolchain {
376
// Pass -external-plugin-path if the current toolchain is not a Xcode
377
// default toolchain.
378
if
379
+ !driver.integratedDriver,
380
driver.isFrontendArgSupported(.externalPluginPath),
381
let xcodeDir = try self.findCurrentSelectedXcodeDir(),
382
try !self.executableDir.isDescendant(of: xcodeDir),
0 commit comments