fix compile error

This commit is contained in:
Yihao Deng 2024-06-12 08:39:35 +00:00
parent 89b97eff60
commit 6ff106cd0a
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.46.0
GIT_TAG v1.48.0
SOURCE_DIR "${TD_CONTRIB_DIR}/libuv"
BINARY_DIR "${TD_CONTRIB_DIR}/libuv"
CONFIGURE_COMMAND ""