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 ad26860 commit f187ff7Copy full SHA for f187ff7
utils/webassembly/build-toolchain.sh
@@ -72,8 +72,8 @@ sed -i -e "s@\".*/include@\"../../../../share/wasi-sysroot/include@g" $TMP_DIR/$
72
73
# Copy nightly-toolchain's host environment stdlib into toolchain
74
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.
+# Avoid copying usr/lib/swift/clang because our toolchain's one is a directory
+# but nightly's one is symbolic link, simple copy fails to merge them.
77
rsync -a $NIGHTLY_TOOLCHAIN/usr/lib/ $TMP_DIR/$TOOLCHAIN_NAME/usr/lib/ --exclude 'swift/clang'
78
79
$UTILS_PATH/build-foundation.sh $TMP_DIR/$TOOLCHAIN_NAME
0 commit comments