Skip to content

Commit

Permalink
Added bin directory path in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Shobuj-Paul committed Mar 22, 2024
1 parent 8255206 commit 1142178
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1142178

Please sign in to comment.