Skip to content

Commit a11836b

Browse files
committed
Fix comment in build-toolchain.sh
1 parent 1afa4c6 commit a11836b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/webassembly/build-toolchain.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ cp -r $WASI_SDK_PATH/share/wasi-sysroot $HOST_TOOLCHAIN_SDK/usr/share
6969
# Replace absolute sysroot path with relative path
7070
sed -i -e "s@\".*/include@\"../../../../share/wasi-sysroot/include@g" $SOURCE_PATH/install/$TOOLCHAIN_NAME/usr/lib/swift/wasi/wasm32/glibc.modulemap
7171

72-
# Copy host environment stdlib into toolchain
72+
# Copy the target environment stdlib into the toolchain
7373

7474
if [[ "$(uname)" == "Linux" ]]; then
7575
# Avoid copying usr/lib/swift/clang because our toolchain's one is a directory

0 commit comments

Comments
 (0)