Skip to content

Commit

Permalink
Update libuv version number (#1666)
Browse files Browse the repository at this point in the history
Update the libuv version to work around a mingw64 bug, refer to:
  libuv/libuv#3345
  • Loading branch information
phated committed Nov 1, 2022
1 parent e517dbc commit 101ea0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/iwasm/libraries/libc-uvwasi/libc_uvwasi.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

set (LIBC_WASI_DIR ${CMAKE_CURRENT_LIST_DIR})

set (LIBUV_VERSION v1.42.0)
set (LIBUV_VERSION v1.44.2)

add_definitions (-DWASM_ENABLE_LIBC_WASI=1 -DWASM_ENABLE_UVWASI=1)

Expand Down

0 comments on commit 101ea0e

Please sign in to comment.