From 1142178077eb9e503220e709ef8eb6f963e20fbb Mon Sep 17 00:00:00 2001 From: Shobuj Paul <72087882+Shobuj-Paul@users.noreply.github.com> Date: Fri, 22 Mar 2024 04:27:58 +0000 Subject: [PATCH] Added bin directory path in build script --- build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.sh b/build.sh index c1828d3..f158dbe 100755 --- a/build.sh +++ b/build.sh @@ -16,6 +16,9 @@ else mkdir -p ${BUILD_DIR} fi +# Path to the bin directory. +BIN_DIR=${PROJECT_DIR}/bin + # Check if --clean flag is passed for arg in "$@" do