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 1afa4c6 commit a11836bCopy full SHA for a11836b
utils/webassembly/build-toolchain.sh
@@ -69,7 +69,7 @@ cp -r $WASI_SDK_PATH/share/wasi-sysroot $HOST_TOOLCHAIN_SDK/usr/share
69
# Replace absolute sysroot path with relative path
70
sed -i -e "s@\".*/include@\"../../../../share/wasi-sysroot/include@g" $SOURCE_PATH/install/$TOOLCHAIN_NAME/usr/lib/swift/wasi/wasm32/glibc.modulemap
71
72
-# Copy host environment stdlib into toolchain
+# Copy the target environment stdlib into the toolchain
73
74
if [[ "$(uname)" == "Linux" ]]; then
75
# Avoid copying usr/lib/swift/clang because our toolchain's one is a directory
0 commit comments