Skip to content

Commit 769ae68

Browse files
committed
Use SwiftPM's embedded swift-tools-support-core when bootstrapping
1 parent e0ce8c5 commit 769ae68

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
@@ -64,7 +64,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
6464
]
6565
} else {
6666
package.dependencies += [
67-
.package(path: "../swift-tools-support-core"),
67+
.package(path: "../swiftpm/swift-tools-support-core"),
6868
.package(path: "../yams"),
6969
.package(path: "../llbuild"),
7070
]

0 commit comments

Comments
 (0)