Skip to content

Commit

Permalink
Fix documentation typo
Browse files Browse the repository at this point in the history
Co-authored-by: Yuta Saito <[email protected]>
  • Loading branch information
abrown and kateinoigakukun committed Oct 16, 2024
1 parent e037488 commit bbf2ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/wasi-sdk-sysroot.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ add_custom_target(compiler-rt-post-build
COMMAND ${CMAKE_COMMAND} -E copy_directory
${clang_resource_dir}/include ${wasi_resource_dir}/include

# 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
# those OS-strings also work for looking up the compiler-rt.a file.
COMMAND ${CMAKE_COMMAND} -E copy_directory
${wasi_resource_dir}/lib/wasi ${wasi_resource_dir}/lib/wasi-threads
Expand Down

0 comments on commit bbf2ca7

Please sign in to comment.