diff --git a/make.sh b/make.sh index 718b1e263..f350fb9f0 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