Skip to content

Commit 1e7d0a9

Browse files
Fix documentation typo
Co-authored-by: Yuta Saito <[email protected]>
1 parent 9096f4b commit 1e7d0a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/wasi-sdk-sysroot.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ add_custom_target(compiler-rt-post-build
9393
COMMAND ${CMAKE_COMMAND} -E copy_directory
9494
${clang_resource_dir}/include ${wasi_resource_dir}/include
9595

96-
# Copy the `lib/wasi` folder to `libc/wasi{p1,p2}{-threads}?` to ensure that
96+
# Copy the `lib/wasi` folder to `lib/wasi{p1,p2}{-threads}?` to ensure that
9797
# those OS-strings also work for looking up the compiler-rt.a file.
9898
COMMAND ${CMAKE_COMMAND} -E copy_directory
9999
${wasi_resource_dir}/lib/wasi ${wasi_resource_dir}/lib/wasi-threads

0 commit comments

Comments
 (0)