We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ec43ec commit 28874adCopy full SHA for 28874ad
Package.swift
@@ -1029,9 +1029,9 @@ if ProcessInfo.processInfo.environment["SWIFTPM_SWBUILD_FRAMEWORK"] == nil {
1029
.product(name: "SWBBuildService", package: "swift-build"),
1030
]
1031
1032
- if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
+ //if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
1033
package.dependencies += [.package(url: "https://github.com/swiftlang/swift-build.git", branch: relatedDependenciesBranch)]
1034
- } else {
1035
- package.dependencies += [.package(path: "../swift-build")]
1036
- }
+ //} else {
+ // package.dependencies += [.package(path: "../swift-build")]
+ //}
1037
}
0 commit comments