Skip to content

Commit

Permalink
build/MSVC: remove libvterm-Fix-escape-sequences-for-MSVC.patch
Browse files Browse the repository at this point in the history
Not needed after libvterm commit:
neovim/libvterm@487f21d
  • Loading branch information
justinmk committed Sep 4, 2018
1 parent 9de949e commit 3b15666
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 55 deletions.
3 changes: 1 addition & 2 deletions third-party/cmake/BuildLibvterm.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ if(WIN32)
set(LIBVTERM_PATCH_COMMAND
${GIT_EXECUTABLE} -C ${DEPS_BUILD_DIR}/src/libvterm init
COMMAND ${GIT_EXECUTABLE} -C ${DEPS_BUILD_DIR}/src/libvterm apply --ignore-whitespace
${CMAKE_CURRENT_SOURCE_DIR}/patches/libvterm-Remove-VLAs-for-MSVC.patch
${CMAKE_CURRENT_SOURCE_DIR}/patches/libvterm-Fix-escape-sequences-for-MSVC.patch)
${CMAKE_CURRENT_SOURCE_DIR}/patches/libvterm-Remove-VLAs-for-MSVC.patch)
endif()
set(LIBVTERM_CONFIGURE_COMMAND ${CMAKE_COMMAND} -E copy
${CMAKE_CURRENT_SOURCE_DIR}/cmake/LibvtermCMakeLists.txt
Expand Down
53 changes: 0 additions & 53 deletions third-party/patches/libvterm-Fix-escape-sequences-for-MSVC.patch

This file was deleted.

0 comments on commit 3b15666

Please sign in to comment.