Skip to content

Commit 230b083

Browse files
Adjust swift-testing build directory
1 parent 7f419d1 commit 230b083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schemes/main/build/build-target-toolchain.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ build_target_toolchain() {
4040
env DESTDIR="$TRIPLE_DESTDIR" \
4141
cmake --install "$TARGET_BUILD_ROOT/$STDLIB_PRODUCT-$HOST_SUFFIX" --prefix /usr
4242

43-
local swift_testing_build_dir="$TARGET_BUILD_ROOT/swift-testing-$SHORT_TRIPLE"
43+
local swift_testing_build_dir="$TARGET_BUILD_ROOT/wasmswiftsdk-$HOST_SUFFIX/swift-testing/$TRIPLE"
4444
# TODO: Remove this check once we build swift-testing for +threads target
4545
if [[ -d "$swift_testing_build_dir" ]]; then
4646
env DESTDIR="$TRIPLE_DESTDIR" \

0 commit comments

Comments
 (0)