Skip to content

Commit 41c6425

Browse files
committed
Adopt the new location of vendored TSC in SwiftPM
1 parent b92d27e commit 41c6425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,6 @@ if getenv("SWIFTCI_USE_LOCAL_DEPS") == nil {
207207
package.dependencies += [
208208
.package(path: "../indexstore-db"),
209209
.package(path: "../swiftpm"),
210-
.package(path: "../swiftpm/TSC"),
210+
.package(path: "../swiftpm/swift-tools-support-core"),
211211
]
212212
}

0 commit comments

Comments
 (0)