diff --git a/build-all.sh b/build-all.sh index c66fd7a..6c7c29d 100755 --- a/build-all.sh +++ b/build-all.sh @@ -25,6 +25,8 @@ cd "${ROOT}/server" $GOBIN clean -i -r -cache rm -f "${ROOT}/dist/TorrServer*" +$GOBIN mod tidy + BUILD_FLAGS="-tags disable_libutp -ldflags=${LDFLAGS}" #####################################