diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-05-17 08:57:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-17 14:57:46 +0200 |
commit | dc18c1e3ee4f2ec556de4e13ae162c5f70cf51ae (patch) | |
tree | 78ba0931ec4d2c199fd7d6cd04d7706810dda2ea /src | |
parent | e0a01bdf7ff05770a535a2dc68eed367669859ad (diff) | |
download | rneovim-dc18c1e3ee4f2ec556de4e13ae162c5f70cf51ae.tar.gz rneovim-dc18c1e3ee4f2ec556de4e13ae162c5f70cf51ae.tar.bz2 rneovim-dc18c1e3ee4f2ec556de4e13ae162c5f70cf51ae.zip |
win/package: update wintools.zip for curl v7.76.1 (#14570)
https://github.com/neovim/neovim/issues/14078
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |