From d3c376ca9e64dcaf737c9763e19f32e6e4aa6bed Mon Sep 17 00:00:00 2001 From: fractalshine <96349158+fractalshine@users.noreply.github.com> Date: Wed, 16 Oct 2024 15:09:48 +0600 Subject: [PATCH] Update build_deps_all.sh update protobuf version to 28.2 --- libs/build_deps_all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/build_deps_all.sh b/libs/build_deps_all.sh index c53fbd9..625937a 100755 --- a/libs/build_deps_all.sh +++ b/libs/build_deps_all.sh @@ -50,7 +50,7 @@ ninja && ninja install cd ../.. #### protobuf #### -git clone --recurse-submodules -b v21.4 --depth 1 --shallow-submodules https://github.com/protocolbuffers/protobuf +git clone --recurse-submodules -b v28.2 --depth 1 --shallow-submodules https://github.com/protocolbuffers/protobuf #备注:交叉编译要在 host 也安装 protobuf 并且版本一致,编译安装,同参数,安装到 /usr/local