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 a11836b commit dc5e5daCopy full SHA for dc5e5da
utils/webassembly/build-toolchain.sh
@@ -39,7 +39,8 @@ HOST_TOOLCHAIN_DESTDIR=$SOURCE_PATH/host-toolchain-sdk
39
HOST_TOOLCHAIN_SDK=$HOST_TOOLCHAIN_DESTDIR/$TOOLCHAIN_NAME
40
41
# Build the host toolchain and SDK first.
42
-$SOURCE_PATH/swift/utils/build-script --preset=webassembly-host \
+$SOURCE_PATH/swift/utils/build-script \
43
+ --preset=webassembly-host \
44
INSTALL_DESTDIR="$HOST_TOOLCHAIN_DESTDIR" \
45
TOOLCHAIN_NAME="$TOOLCHAIN_NAME" \
46
C_CXX_LAUNCHER="$(which sccache)"
0 commit comments