Skip to content

Commit

Permalink
Adopt the new TSC path
Browse files Browse the repository at this point in the history
<rdar://problem/60021245>
  • Loading branch information
aciidgh committed Mar 4, 2020
1 parent 2d5b8fc commit 42a8bdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SourceKitStressTester/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ if getenv("SWIFTCI_USE_LOCAL_DEPS") == nil {
]
} else {
package.dependencies += [
.package(path: "../../swiftpm/TSC"),
.package(path: "../../swiftpm/swift-tools-support-core"),
.package(path: "../../swift-syntax"),
]
}
2 changes: 1 addition & 1 deletion SwiftEvolve/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ if getenv("SWIFTCI_USE_LOCAL_DEPS") == nil {
]
} else {
package.dependencies += [
.package(path: "../../swiftpm/TSC"),
.package(path: "../../swiftpm/swift-tools-support-core"),
.package(path: "../../swift-syntax"),
]
}

0 comments on commit 42a8bdf

Please sign in to comment.