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 e2a9879 commit 80ec0a7Copy full SHA for 80ec0a7
utils/webassembly/build-toolchain.sh
@@ -116,6 +116,7 @@ merge_toolchains() {
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"
119
+ sed -i "" -e "s@\".*/include@\"../../../../share/wasi-sysroot/include@g" "$DIST_TOOLCHAIN_SDK/usr/lib/swift_static/wasi/wasm32/wasi.modulemap"
120
}
121
122
create_darwin_info_plist() {
0 commit comments