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 16c320d commit e2a9879Copy full SHA for e2a9879
utils/webassembly/build-toolchain.sh
@@ -115,7 +115,7 @@ merge_toolchains() {
115
rsync -v -a "$TARGET_TOOLCHAIN_SDK/usr/bin/" "$DIST_TOOLCHAIN_SDK/usr/bin/"
116
117
# Replace absolute sysroot path with relative path
118
- 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"
119
}
120
121
create_darwin_info_plist() {
0 commit comments