Skip to content

Commit

Permalink
Removed unused dependency 'DriverSupport' from 'XCBuildSupport'. (#8213)
Browse files Browse the repository at this point in the history
Clean up the dependency list because 'DriverSupport' is not used by
'XCBuildSupport'.
  • Loading branch information
shawnhyam authored Jan 15, 2025
1 parent a8495eb commit 1d637b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ let package = Package(
.target(
/** Support for building using Xcode's build system */
name: "XCBuildSupport",
dependencies: ["DriverSupport", "SPMBuildCore", "PackageGraph"],
dependencies: ["SPMBuildCore", "PackageGraph"],
exclude: ["CMakeLists.txt"],
swiftSettings: [
.unsafeFlags(["-static"]),
Expand Down

0 comments on commit 1d637b3

Please sign in to comment.