From 829f2b465e8981a2cb8a2a87e4dbfb24c9e07bb3 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 9 Jul 2024 19:53:00 +0000 Subject: [PATCH] make.sh: Create the /tools symlink to the right place Signed-off-by: Michael Tremer --- make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.sh b/make.sh index 718b1e2639..f350fb9f05 100755 --- a/make.sh +++ b/make.sh @@ -1263,7 +1263,7 @@ build_toolchain() { fi if [ ! -e "${TOOLS_DIR}" ]; then - ln -s "${BASEDIR}/build${TOOLS_DIR}" "${TOOLS_DIR}" + ln -s "${BUILD_DIR}${TOOLS_DIR}" "${TOOLS_DIR}" fi if [ ! -h "${TOOLS_DIR}" ]; then -- 2.47.3