Skip to content

Commit 1a9d270

Browse files
committed
removed unnecessary check
1 parent ef5ce43 commit 1a9d270

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Sources/Build/BuildDescription/SwiftTargetBuildDescription.swift

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -645,12 +645,6 @@ public final class SwiftTargetBuildDescription {
645645
}
646646
}
647647

648-
// rdar://115777026
649-
// Compiler commands need to track SDK dependencies to trigger rebuilds when the SDK changes
650-
if let sdkPath = self.buildParameters.toolchain.sdkRootPath, self.buildParameters.triple.isDarwin() {
651-
args += ["-sdk", sdkPath.pathString]
652-
}
653-
654648
return args
655649
}
656650

0 commit comments

Comments
 (0)