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 2a7b8b7 commit 93fe6c5Copy full SHA for 93fe6c5
utils/webassembly/build-toolchain.sh
@@ -53,7 +53,7 @@ $SOURCE_PATH/swift/utils/build-script \
53
# Clean up the host toolchain build directory so that the next
54
# `build-script` invocation doesn't pick up wrong CMake config files.
55
# For some reason passing `--reconfigure` to `build-script` won't do this.
56
-rm -rf $SOURCE_PATH/build/Ninja-ReleaseAssert/swift-macosx-x86_64
+rm -rf $SOURCE_PATH/build/Ninja-ReleaseAssert/swift-*
57
58
# build the cross-compilled toolchain
59
$SOURCE_PATH/swift/utils/build-script \
0 commit comments