Update libuv_CMakeLists.txt.in

compiling error from alpine, need upgrade from 1.44.2 to 1.46.0
This commit is contained in:
EdgeGo 2023-10-19 08:46:32 +08:00 committed by GitHub
parent b9176cb79b
commit c1b77953c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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