updated build system
Some checks are pending
BlockStorage/repertory_linux_builds/pipeline/head Build queued...
Some checks are pending
BlockStorage/repertory_linux_builds/pipeline/head Build queued...
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user