We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8305236 commit 07bed67Copy full SHA for 07bed67
util/build-gnu.sh
@@ -84,7 +84,11 @@ echo "path_GNU='${path_GNU}'"
84
85
###
86
87
+if [[ ! -z "$CARGO_TARGET_DIR" ]]; then
88
+UU_BUILD_DIR="${CARGO_TARGET_DIR}/${UU_MAKE_PROFILE}"
89
+else
90
UU_BUILD_DIR="${path_UUTILS}/target/${UU_MAKE_PROFILE}"
91
+fi
92
echo "UU_BUILD_DIR='${UU_BUILD_DIR}'"
93
94
cd "${path_UUTILS}" && echo "[ pwd:'${PWD}' ]"
0 commit comments