Skip to content

Commit d10405e

Browse files
authored
Use wasm32-unknown-none-wasm triple in stdlib/public/CMakeLists.txt
1 parent 2730e16 commit d10405e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ if(SWIFT_SHOULD_BUILD_EMBEDDED_STDLIB)
193193

194194
if("WebAssembly" IN_LIST LLVM_TARGETS_TO_BUILD)
195195
list(APPEND EMBEDDED_STDLIB_TARGET_TRIPLES
196-
"wasm32 wasm32-none-none-wasm wasm32-none-none-wasm"
196+
"wasm32 wasm32-unknown-none-wasm wasm32-unknown-none-wasm"
197197
)
198198
endif()
199199

0 commit comments

Comments
 (0)