diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-03-28 18:46:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-28 18:46:58 +0200 |
commit | eac75a971d042bd610310314e6c64097694ee418 (patch) | |
tree | 90728889810011ea12874af2218f0666b8ba6d6d /src | |
parent | bad218cd6413dd60a1ed9907f882fbf2e92515f1 (diff) | |
parent | 81abd5c5c7ad0d05adecba66dd1b8fc7b238201a (diff) | |
download | rneovim-eac75a971d042bd610310314e6c64097694ee418.tar.gz rneovim-eac75a971d042bd610310314e6c64097694ee418.tar.bz2 rneovim-eac75a971d042bd610310314e6c64097694ee418.zip |
Merge pull request #22759 from dundargoc/build/wintools
Diffstat (limited to 'src')
-rwxr-xr-x | src/nvim/CMakeLists.txt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/nvim/CMakeLists.txt b/src/nvim/CMakeLists.txt index ea7dc8acaa..8523d820d8 100755 --- 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}\" |