We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d008b8 commit bab491dCopy full SHA for bab491d
wasi-sdk-pthread.cmake
@@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.4.0)
6
set(CMAKE_SYSTEM_NAME WASI)
7
set(CMAKE_SYSTEM_VERSION 1)
8
set(CMAKE_SYSTEM_PROCESSOR wasm32)
9
-set(triple wasm32-wasi-pthread)
+set(triple wasm32-wasi-threads)
10
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -pthread")
11
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pthread")
12
0 commit comments