File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
stdlib/public/Synchronization Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ set(SWIFT_SYNCHRONIZATION_SOURCES
2626 ${SWIFT_SYNCHRONIZATION_ATOMIC_SOURCES}
2727
2828 Cell.swift
29- Mutex/Mutex.swift
3029)
3130
3231set (SWIFT_SYNCHRONIZATION_GYB_SOURCES
@@ -38,24 +37,28 @@ set(SWIFT_SYNCHRONIZATION_GYB_SOURCES
3837
3938set (SWIFT_SYNCHRONIZATION_DARWIN_SOURCES
4039 Mutex/DarwinImpl.swift
40+ Mutex/Mutex.swift
4141)
4242
4343# Linux sources
4444
4545set (SWIFT_SYNCHRONIZATION_LINUX_SOURCES
4646 Mutex/LinuxImpl.swift
47+ Mutex/Mutex.swift
4748 Mutex/SpinLoopHint.swift
4849)
4950
5051# Wasm sources
5152
5253set (SWIFT_SYNCHRONIZATION_WASM_SOURCES
54+ Mutex/Mutex.swift
5355 Mutex/WasmImpl.swift
5456)
5557
5658# Windows sources
5759
5860set (SWIFT_SYNCHRONIZATION_WINDOWS_SOURCES
61+ Mutex/Mutex.swift
5962 Mutex/WindowsImpl.swift
6063)
6164
You can’t perform that action at this time.
0 commit comments