added override.sh support
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
2024-07-26 12:28:21 -05:00
parent f5e078ea3d
commit b4da43c87f
2 changed files with 5 additions and 0 deletions

View File

@ -41,3 +41,7 @@ PROJECT_MSYS2_PACKAGE_LIST+=()
if [ "${PROJECT_ENABLE_TESTING}" == "ON" ]; then
PROJECT_APP_LIST+=(${PROJECT_NAME}_test)
fi
if [ -f "./override.sh" ]; then
. ./override.sh
fi