|
|
@ -38,6 +38,7 @@ build_dist() {
|
|
|
|
|
|
|
|
|
|
|
|
for target in $TARGETS; do
|
|
|
|
for target in $TARGETS; do
|
|
|
|
if [ -f $target/dist.sh ]; then
|
|
|
|
if [ -f $target/dist.sh ]; then
|
|
|
|
|
|
|
|
build_rust_targets release ${TARGETS[*]}
|
|
|
|
cd $target && ./dist.sh
|
|
|
|
cd $target && ./dist.sh
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
done
|
|
|
|