Skip to content

Commit f187ff7

Browse files
authored
Refine comment in build-toolchain.sh
1 parent ad26860 commit f187ff7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/webassembly/build-toolchain.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ sed -i -e "s@\".*/include@\"../../../../share/wasi-sysroot/include@g" $TMP_DIR/$
7272

7373
# Copy nightly-toolchain's host environment stdlib into toolchain
7474

75-
# Avoid to copy usr/lib/swift/clang because our toolchain's one is a directory
76-
# but nightly's one is symbolic link, so fail to merge them.
75+
# Avoid copying usr/lib/swift/clang because our toolchain's one is a directory
76+
# but nightly's one is symbolic link, simple copy fails to merge them.
7777
rsync -a $NIGHTLY_TOOLCHAIN/usr/lib/ $TMP_DIR/$TOOLCHAIN_NAME/usr/lib/ --exclude 'swift/clang'
7878

7979
$UTILS_PATH/build-foundation.sh $TMP_DIR/$TOOLCHAIN_NAME

0 commit comments

Comments
 (0)