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

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

1
.gitignore vendored
View File

@ -10,3 +10,4 @@ scripts/cleanup.cmd
scripts/cleanup.sh
version.rc
version.cpp
override.sh

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