rebuild_dependencies
This commit is contained in:
@@ -5,8 +5,10 @@ try_delete_dir_or_file "$OUTDIR"
|
||||
myprint "${WHITE}deleting build logs"
|
||||
rm -rf *.log
|
||||
|
||||
project_dir="$(pwd)"
|
||||
for dep in $ENABLED_DEPENDENCIES; do
|
||||
load_dependency_config "$DEPENDENCY_CONFIGS_DIR/$dep.config"
|
||||
cd "$DEP_WORKING_DIR"
|
||||
exec_command "$DEP_CLEAN_COMMAND"
|
||||
cd "$project_dir"
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user