We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a4ba6f commit 08d522aCopy full SHA for 08d522a
Runtimes/Supplemental/Synchronization/CMakeLists.txt
@@ -98,8 +98,8 @@ add_library(swiftSynchronization
98
Cell.swift
99
Mutex/Mutex.swift
100
$<$<PLATFORM_ID:Darwin>:Mutex/DarwinImpl.swift>
101
- $<$<PLATFORM_ID:Linux>:Mutex/LinuxImpl.swift>
102
- $<$<PLATFORM_ID:WASI>:Mutex/SpinLoopHint.swift>
+ $<$<PLATFORM_ID:Android,Linux>:Mutex/LinuxImpl.swift>
+ $<$<PLATFORM_ID:Android,WASI>:Mutex/SpinLoopHint.swift>
103
$<$<PLATFORM_ID:Windows>:Mutex/WindowsImpl.swift>)
104
105
set_target_properties(swiftSynchronization PROPERTIES
0 commit comments