Skip to content
This repository was archived by the owner on Sep 11, 2022. It is now read-only.

Commit 711b206

Browse files
committed
⬆️ Rebuild static Qt and update gRPC to v1.46.3
1 parent 3bae8f6 commit 711b206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-static.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ curl -LO https://github.com/Shadowsocks-NET/qt-static-build/releases/download/v6
1414
mkdir static-installed
1515
tar -C static-installed -xf qt-somewhere-static-v6.3.0-archlinux-x86_64.tar.zst
1616

17-
git clone https://github.com/grpc/grpc.git --branch v1.45.2 --recursive --verbose --depth 1
17+
git clone https://github.com/grpc/grpc.git --branch v1.46.3 --recursive --verbose --depth 1
1818
mkdir grpc-build && cd grpc-build
1919
cmake ../grpc \
2020
-DBUILD_SHARED_LIBS=OFF \

0 commit comments

Comments
 (0)