Skip to content

Commit 9aba7e2

Browse files
authored
Merge pull request #20000 from compnerd/legacy
2 parents edfb86f + 9c92317 commit 9aba7e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-script-impl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3081,7 +3081,7 @@ for host in "${ALL_HOSTS[@]}"; do
30813081
fi
30823082
# If libdispatch is being built, TestFoundation will need access to it
30833083
if [[ ! "${SKIP_BUILD_LIBDISPATCH}" ]] ; then
3084-
LIBDISPATCH_LIB_DIR=":$(build_directory ${host} libdispatch)/src/.libs"
3084+
LIBDISPATCH_LIB_DIR=":$(build_directory ${host} libdispatch):$(build_directory ${host} libdispatch)/src"
30853085
else
30863086
LIBDISPATCH_LIB_DIR=""
30873087
fi

0 commit comments

Comments
 (0)