Skip to content

Commit 914b7ce

Browse files
committed
Synchronization: add a Windows dependency on ClangModules
When building without the SDK, we need to provide the VFS overlay to allow us to build as the Windows SDK does not include the module map.
1 parent ca4b0a1 commit 914b7ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Runtimes/Supplemental/Synchronization/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,8 @@ set_target_properties(swiftSynchronization PROPERTIES
129129
target_link_libraries(swiftSynchronization PRIVATE
130130
swiftCore
131131
$<$<PLATFORM_ID:Android>:SwiftAndroid>
132-
$<$<PLATFORM_ID:Darwin>:swiftDarwin>)
132+
$<$<PLATFORM_ID:Darwin>:swiftDarwin>
133+
$<$<PLATFORM_ID:Windows>:ClangModules>)
133134

134135
install(TARGETS swiftSynchronization
135136
EXPORT SwiftSynchronizationTargets

0 commit comments

Comments
 (0)