Skip to content

Commit 949ea80

Browse files
committed
It is WASI, not WASM
1 parent 1417bbb commit 949ea80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/Synchronization/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ add_swift_target_library(swiftSynchronization ${SWIFT_STDLIB_LIBRARY_BUILD_TYPES
9494
${SWIFT_SYNCHRONIZATION_DARWIN_SOURCES}
9595
SWIFT_SOURCES_DEPENDS_LINUX
9696
${SWIFT_SYNCHRONIZATION_LINUX_SOURCES}
97-
SWIFT_SOURCES_DEPENDS_WASM
97+
SWIFT_SOURCES_DEPENDS_WASI
9898
${SWIFT_SYNCHRONIZATION_WASM_SOURCES}
9999
SWIFT_SOURCES_DEPENDS_WINDOWS
100100
${SWIFT_SYNCHRONIZATION_WINDOWS_SOURCES}

0 commit comments

Comments
 (0)