From c1b77953c5549f7e585a484b119be36e052a8edb Mon Sep 17 00:00:00 2001 From: EdgeGo <80612608+edgego@users.noreply.github.com> Date: Thu, 19 Oct 2023 08:46:32 +0800 Subject: [PATCH] Update libuv_CMakeLists.txt.in compiling error from alpine, need upgrade from 1.44.2 to 1.46.0 --- cmake/libuv_CMakeLists.txt.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/libuv_CMakeLists.txt.in b/cmake/libuv_CMakeLists.txt.in index 9c48ddefef..3e259024b2 100644 --- a/cmake/libuv_CMakeLists.txt.in +++ b/cmake/libuv_CMakeLists.txt.in @@ -2,7 +2,7 @@ # libuv ExternalProject_Add(libuv GIT_REPOSITORY https://github.com/libuv/libuv.git - GIT_TAG v1.44.2 + GIT_TAG v1.46.0 SOURCE_DIR "${TD_CONTRIB_DIR}/libuv" BINARY_DIR "${TD_CONTRIB_DIR}/libuv" CONFIGURE_COMMAND ""