Skip to content

Commit bab491d

Browse files
committed
wasi-sdk-pthread.cmake: target rename to wasm32-wasi-threads
after WebAssembly/wasi-libc#381
1 parent 2d008b8 commit bab491d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wasi-sdk-pthread.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.4.0)
66
set(CMAKE_SYSTEM_NAME WASI)
77
set(CMAKE_SYSTEM_VERSION 1)
88
set(CMAKE_SYSTEM_PROCESSOR wasm32)
9-
set(triple wasm32-wasi-pthread)
9+
set(triple wasm32-wasi-threads)
1010
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -pthread")
1111
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pthread")
1212

0 commit comments

Comments
 (0)