File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -2369,6 +2369,7 @@ for host in "${ALL_HOSTS[@]}"; do
2369
2369
SWIFTC_BIN=" $( build_directory_bin ${LOCAL_HOST} swift) /swiftc"
2370
2370
XCTEST_BUILD_DIR=$( build_directory ${host} xctest)
2371
2371
FOUNDATION_BUILD_DIR=$( build_directory ${host} foundation)
2372
+ SWIFT_BUILD_DIR=$( build_directory ${host} swift)
2372
2373
2373
2374
# Staging: require opt-in for building with dispatch
2374
2375
if [[ ! " ${SKIP_BUILD_LIBDISPATCH} " ]] ; then
@@ -2387,6 +2388,7 @@ for host in "${ALL_HOSTS[@]}"; do
2387
2388
--swiftc=" ${SWIFTC_BIN} " \
2388
2389
--build-dir=" ${XCTEST_BUILD_DIR} " \
2389
2390
--foundation-build-dir=" ${FOUNDATION_BUILD_DIR} /Foundation" \
2391
+ --swift-build-dir=" ${SWIFT_BUILD_DIR} " \
2390
2392
$LIBDISPATCH_BUILD_ARGS \
2391
2393
$XCTEST_BUILD_ARGS
2392
2394
You can’t perform that action at this time.
0 commit comments