Skip to content

Commit 6827b68

Browse files
committed
SwiftPrivate: correct dependencies on Windows
Ensure that we explicitly state the dependency on WinSDK to avoid issues in parallel builds. Caught by the Windows nightlies.
1 parent bbfc064 commit 6827b68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/private/SwiftPrivate/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ add_swift_target_library(swiftSwiftPrivate ${SWIFT_STDLIB_LIBRARY_BUILD_TYPES} I
1111
IO.swift
1212
ShardedAtomicCounter.swift
1313

14-
SWIFT_MODULE_DEPENDS_WINDOWS MSVCRT
14+
SWIFT_MODULE_DEPENDS_WINDOWS MSVCRT WinSDK
1515
SWIFT_COMPILE_FLAGS ${swift_swiftprivate_compile_flags}
1616
INSTALL_IN_COMPONENT stdlib-experimental)
1717

0 commit comments

Comments
 (0)