Skip to content

Commit a923655

Browse files
authored
Merge pull request #83243 from compnerd/distributed-dependencies
Distributed: correct dependency handling
2 parents 6f0c138 + df0bd2a commit a923655

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Runtimes/Supplemental/Distributed/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,8 @@ target_link_libraries(swiftDistributed PRIVATE
133133
swiftShims
134134
swiftCore
135135
swift_Concurrency
136-
builtin_float)
136+
swift_Builtin_float
137+
$<$<PLATFORM_ID:Windows>:swiftWinSDK>)
137138
# swiftDarwin/Libc/Platform
138139

139140
install(TARGETS swiftDistributed

0 commit comments

Comments
 (0)