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 b4d568d commit f03825aCopy full SHA for f03825a
utils/webassembly/build-toolchain.sh
@@ -121,7 +121,7 @@ merge_toolchains() {
121
rsync -v -a $TARGET_TOOLCHAIN_SDK/usr/bin/ $DIST_TOOLCHAIN_SDK/usr/bin/
122
123
# Replace absolute sysroot path with relative path
124
- sed -i -e "s@\".*/include@\"../../../../share/wasi-sysroot/include@g" $DIST_TOOLCHAIN_SDK/usr/lib/swift/wasi/wasm32/wasi.modulemap
+ sed -i "" -e "s@\".*/include@\"../../../../share/wasi-sysroot/include@g" $DIST_TOOLCHAIN_SDK/usr/lib/swift/wasi/wasm32/wasi.modulemap
125
}
126
127
create_darwin_info_plist() {
0 commit comments