diff --git a/scripts/common.sh b/scripts/common.sh index d6c2fe6bc..0e08a8f7e 100644 --- a/scripts/common.sh +++ b/scripts/common.sh @@ -62,6 +62,9 @@ build_binaries() { targets=("${ALL_TARGETS[@]}") fi + assign_version + assign_ldflags + for t in "${targets[@]}"; do if [[ -n "$build_cross" ]]; then build_binary_cross "$t"