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.
2 parents 3d0d95b + 08d522a commit 75b3fddCopy full SHA for 75b3fdd
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