Skip to content

Commit 9c92317

Browse files
committed
build: do not consult the legacy location for libraries
Update the commands to use the CMake based output directory locations instead of the legacy staging location. This will allow us to stop copying the files for compatibility.
1 parent edfb86f commit 9c92317

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)