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 7f419d1 commit 230b083Copy full SHA for 230b083
schemes/main/build/build-target-toolchain.sh
@@ -40,7 +40,7 @@ build_target_toolchain() {
40
env DESTDIR="$TRIPLE_DESTDIR" \
41
cmake --install "$TARGET_BUILD_ROOT/$STDLIB_PRODUCT-$HOST_SUFFIX" --prefix /usr
42
43
- local swift_testing_build_dir="$TARGET_BUILD_ROOT/swift-testing-$SHORT_TRIPLE"
+ local swift_testing_build_dir="$TARGET_BUILD_ROOT/wasmswiftsdk-$HOST_SUFFIX/swift-testing/$TRIPLE"
44
# TODO: Remove this check once we build swift-testing for +threads target
45
if [[ -d "$swift_testing_build_dir" ]]; then
46
0 commit comments