Skip to content

Commit 1d637b3

Browse files
authored
Removed unused dependency 'DriverSupport' from 'XCBuildSupport'. (#8213)
Clean up the dependency list because 'DriverSupport' is not used by 'XCBuildSupport'.
1 parent a8495eb commit 1d637b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ let package = Package(
435435
.target(
436436
/** Support for building using Xcode's build system */
437437
name: "XCBuildSupport",
438-
dependencies: ["DriverSupport", "SPMBuildCore", "PackageGraph"],
438+
dependencies: ["SPMBuildCore", "PackageGraph"],
439439
exclude: ["CMakeLists.txt"],
440440
swiftSettings: [
441441
.unsafeFlags(["-static"]),

0 commit comments

Comments
 (0)