neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit b02ee27e51e32590ff61b7bc1f3559b087193f79
parent bad218cd6413dd60a1ed9907f882fbf2e92515f1
Author: dundargoc <gocdundar@gmail.com>
Date:   Tue, 28 Mar 2023 16:15:45 +0200

build: drop curl.exe on Windows

Curl is already shipped by default on Windows 10 starting from versions
1803. As we already require version 1809 we can safely remove it.

Diffstat:
Msrc/nvim/CMakeLists.txt | 5+----
1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/src/nvim/CMakeLists.txt b/src/nvim/CMakeLists.txt @@ -744,15 +744,12 @@ if(WIN32) "file(MAKE_DIRECTORY \"${PROJECT_BINARY_DIR}/windows_runtime_deps/platforms\")") foreach(DEP_FILE IN ITEMS cat.exe - curl-ca-bundle.crt - curl.exe diff.exe tee.exe win32yank.exe xxd.exe - ${NVIMQT_DEPS} - ) + ${NVIMQT_DEPS}) get_filename_component(DEP_FILE_DIR ${DEP_FILE} DIRECTORY) set(EXTERNAL_BLOBS_SCRIPT "${EXTERNAL_BLOBS_SCRIPT}\n" "file(COPY \"${DEPS_PREFIX}/bin/${DEP_FILE}\"