Skip to content

Commit

Permalink
windows: use updated nvim branch
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Sep 15, 2019
1 parent 42ec10b commit cac65e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions third-party/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ include(ExternalProject)

if(WIN32)
# "nvim" branch of https://github.com/neovim/libuv
set(LIBUV_URL https://github.com/erw7/libuv/archive/libuv-v1.32.0.tar.gz)
set(LIBUV_SHA256 SKIP)
set(LIBUV_URL https://github.com/neovim/libuv/archive/d5ff3004d26b9bb863b76247399a9c72a0ff184c.tar.gz)
set(LIBUV_SHA256 0f5dfd92269713ed275273966ed73578fc68db669c509b01210cd58c1cf6361d)
else()
# blueyed/nvim-fixes (for *BSD build fixes).
set(LIBUV_URL https://github.com/blueyed/libuv/archive/2af4cf2.tar.gz)
Expand Down

0 comments on commit cac65e3

Please sign in to comment.