From 3bd1ccfe0f04b742b441f4106ad59a480f8dbfc9 Mon Sep 17 00:00:00 2001 From: zijiren233 Date: Sun, 20 Oct 2024 22:51:56 +0800 Subject: [PATCH] chore: bump gcc ver --- script/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/build.sh b/script/build.sh index 4cfbcddf..fc2674d4 100755 --- a/script/build.sh +++ b/script/build.sh @@ -28,7 +28,7 @@ readonly DEFAULT_CGO_FLAGS="-O2 -g0 -pipe" readonly DEFAULT_CGO_LDFLAGS="-s" readonly DEFAULT_LDFLAGS="-s -w -linkmode auto" readonly DEFAULT_EXT_LDFLAGS="" -readonly DEFAULT_CGO_DEPS_VERSION="v0.5.1" +readonly DEFAULT_CGO_DEPS_VERSION="v0.5.2" readonly DEFAULT_TTY_WIDTH="40" readonly DEFAULT_NDK_VERSION="r27"