Skip to content

Commit

Permalink
contrib: Show actual default build dir in linux_build_toolchain.sh
Browse files Browse the repository at this point in the history
Need to use BUILD_DIR instead of WORKSPACE as the latter hasn't been
set at this point.

Signed-off-by: Keith Packard <[email protected]>
  • Loading branch information
keith-packard committed Oct 12, 2024
1 parent be4757d commit f1db2e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/linux_build_toolchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function usage()
echo " Default is ${SDK_DIR}"
echo ""
echo " -o Build directory, for building artifacts and final output. Optional."
echo " Default is ${WORKSPACE}"
echo " Default is ${BUILD_DIR}"
echo ""
echo " -h This help."
echo ""
Expand Down

0 comments on commit f1db2e2

Please sign in to comment.