diff --git a/build.sh b/build.sh index 47ecb19..ad92ff2 100755 --- a/build.sh +++ b/build.sh @@ -38,6 +38,7 @@ build_dist() { for target in $TARGETS; do if [ -f $target/dist.sh ]; then + build_rust_targets release ${TARGETS[*]} cd $target && ./dist.sh fi done