Use new build scripts
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
# build_all {build|check|clean}
|
||||
|
||||
if [ $1 = clean ]; then
|
||||
all_project=$win_tools $linux_tools $clean_tools
|
||||
all_project="$win_tools $linux_tools $clean_tools"
|
||||
else
|
||||
all_project=$win_tools $linux_tools
|
||||
all_project="$win_tools $linux_tools"
|
||||
fi
|
||||
|
||||
for prj in ${all_project[@]}; do
|
||||
source run_cargo.sh $prj $1 release
|
||||
./run_cargo.sh $prj $1 release
|
||||
done
|
||||
Reference in New Issue
Block a user