updated build system
Some checks are pending
BlockStorage/repertory_linux_builds/pipeline/head Build queued...

This commit is contained in:
2024-06-07 10:01:58 -05:00
parent 815e00d389
commit 410314022f
2 changed files with 39 additions and 32 deletions

View File

@ -17,4 +17,11 @@ for PROJECT_LIBRARY in "${PROJECT_LIBRARIES[@]}"; do
rm -r support/3rd_party/${CLEANUP_ITEM}
done
fi
if [ ${!ENABLE_NAME} == "ON" ] && [ "${PROJECT_CLEANUP[${PROJECT_LIBRARY}_ON]}" != "" ]; then
CLEANUP_LIST=(${PROJECT_CLEANUP[${PROJECT_LIBRARY}_ON]//:/ })
for CLEANUP_ITEM in "${CLEANUP_LIST[@]}"; do
rm -r support/3rd_party/${CLEANUP_ITEM}
done
fi
done