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