Skip to content

Commit ac7ceb5

Browse files
committed
Revert "Disable adding '-external-plugin-path' in integrated driver mode"
This reverts commit bf2de71.
1 parent 9189ae9 commit ac7ceb5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/SwiftDriver/Toolchains/DarwinToolchain.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,6 @@ public final class DarwinToolchain: Toolchain {
376376
// Pass -external-plugin-path if the current toolchain is not a Xcode
377377
// default toolchain.
378378
if
379-
!driver.integratedDriver,
380379
driver.isFrontendArgSupported(.externalPluginPath),
381380
let xcodeDir = try self.findCurrentSelectedXcodeDir(),
382381
try !self.executableDir.isDescendant(of: xcodeDir),

0 commit comments

Comments
 (0)