Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion utils/webassembly/build-presets.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ enable-experimental-differentiable-programming=1
[preset: webassembly-install]

release
no-assertions
install-swift
install-destdir=%(INSTALL_DESTDIR)s
swift-install-components=autolink-driver;compiler;clang-resource-dir-symlink;stdlib;sdk-overlay;parser-lib;editor-integration;tools;testsuite-tools;toolchain-tools;license;sourcekit-inproc;swift-remote-mirror;swift-remote-mirror-headers
Expand Down
2 changes: 1 addition & 1 deletion utils/webassembly/build-toolchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ DIST_TOOLCHAIN_SDK=$DIST_TOOLCHAIN_DESTDIR/$TOOLCHAIN_NAME

HOST_BUILD_ROOT=$SOURCE_PATH/host-build
TARGET_BUILD_ROOT=$SOURCE_PATH/target-build
HOST_BUILD_DIR=$HOST_BUILD_ROOT/Ninja-Release
HOST_BUILD_DIR=$HOST_BUILD_ROOT/Ninja-ReleaseAssert

build_host_toolchain() {
# Build the host toolchain and SDK first.
Expand Down