Update build_deps_all.sh

update protobuf version to 28.2
This commit is contained in:
fractalshine 2024-10-16 15:09:48 +06:00 committed by Mahdi
parent 6d099e5399
commit d3c376ca9e

View File

@ -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