Skip to content

Commit 39f2ac9

Browse files
committed
SwiftPrivate: fix dependencies on Windows
This module needs MSVCRT and WinSDK on Windows. Track the dependencies.
1 parent c4891cb commit 39f2ac9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/private/SwiftPrivate/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +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
1415
SWIFT_COMPILE_FLAGS ${swift_swiftprivate_compile_flags}
1516
INSTALL_IN_COMPONENT stdlib-experimental)
1617

0 commit comments

Comments
 (0)