Skip to content

Commit 75b3fdd

Browse files
authored
Merge pull request #81926 from compnerd/android-supplements
Runtimes: repair the Supplemental runtime on Android
2 parents 3d0d95b + 08d522a commit 75b3fdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Runtimes/Supplemental/Synchronization/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ add_library(swiftSynchronization
9898
Cell.swift
9999
Mutex/Mutex.swift
100100
$<$<PLATFORM_ID:Darwin>:Mutex/DarwinImpl.swift>
101-
$<$<PLATFORM_ID:Linux>:Mutex/LinuxImpl.swift>
102-
$<$<PLATFORM_ID:WASI>:Mutex/SpinLoopHint.swift>
101+
$<$<PLATFORM_ID:Android,Linux>:Mutex/LinuxImpl.swift>
102+
$<$<PLATFORM_ID:Android,WASI>:Mutex/SpinLoopHint.swift>
103103
$<$<PLATFORM_ID:Windows>:Mutex/WindowsImpl.swift>)
104104

105105
set_target_properties(swiftSynchronization PROPERTIES

0 commit comments

Comments
 (0)