Skip to content

Commit

Permalink
wasi-sdk-pthread.cmake: target rename to wasm32-wasi-threads
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Jan 13, 2023
1 parent 2d008b8 commit bab491d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wasi-sdk-pthread.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.4.0)
set(CMAKE_SYSTEM_NAME WASI)
set(CMAKE_SYSTEM_VERSION 1)
set(CMAKE_SYSTEM_PROCESSOR wasm32)
set(triple wasm32-wasi-pthread)
set(triple wasm32-wasi-threads)
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -pthread")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pthread")

Expand Down

0 comments on commit bab491d

Please sign in to comment.