From dc18c1e3ee4f2ec556de4e13ae162c5f70cf51ae Mon Sep 17 00:00:00 2001 From: Jan Edmund Lazo Date: Mon, 17 May 2021 08:57:46 -0400 Subject: win/package: update wintools.zip for curl v7.76.1 (#14570) https://github.com/neovim/neovim/issues/14078 --- src/nvim/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/nvim/CMakeLists.txt b/src/nvim/CMakeLists.txt index 8b422b3abe..e4d7115654 100644 --- a/src/nvim/CMakeLists.txt +++ b/src/nvim/CMakeLists.txt @@ -505,7 +505,7 @@ if(WIN32) set(EXTERNAL_BLOBS_SCRIPT "file(MAKE_DIRECTORY \"${PROJECT_BINARY_DIR}/windows_runtime_deps/platforms\")") foreach(DEP_FILE IN ITEMS - ca-bundle.crt + curl-ca-bundle.crt curl.exe diff.exe tee.exe -- cgit