Skip to content

Commit 2e3bb12

Browse files
committed
build: pin Swift/COM at the same point as the CMake build
Ensure that the CMake and SPM builds are at the same point. If the user does not initialize the submodules, we would fail to build as the resolution would pick a different point for Swift/COM.
1 parent 59ad972 commit 2e3bb12

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
@@ -18,7 +18,7 @@ let SwiftWin32 = Package(
1818
.branch("main")),
1919
.package(url: "https://github.com/compnerd/cassowary.git", .branch("main")),
2020
.package(name: "SwiftCOM", url: "https://github.com/compnerd/swift-com.git",
21-
.branch("main")),
21+
.revision("ebbc617d3b7ba3a2023988a74bebd118deea4cc5")),
2222
],
2323
targets: [
2424
.target(

0 commit comments

Comments
 (0)