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 9096f4b commit 1e7d0a9Copy full SHA for 1e7d0a9
cmake/wasi-sdk-sysroot.cmake
@@ -93,7 +93,7 @@ add_custom_target(compiler-rt-post-build
93
COMMAND ${CMAKE_COMMAND} -E copy_directory
94
${clang_resource_dir}/include ${wasi_resource_dir}/include
95
96
- # Copy the `lib/wasi` folder to `libc/wasi{p1,p2}{-threads}?` to ensure that
+ # Copy the `lib/wasi` folder to `lib/wasi{p1,p2}{-threads}?` to ensure that
97
# those OS-strings also work for looking up the compiler-rt.a file.
98
99
${wasi_resource_dir}/lib/wasi ${wasi_resource_dir}/lib/wasi-threads
0 commit comments