build: fix make install on cmake 3.13 and 3.14

Closes https://github.com/neovim/neovim/issues/30756.
This commit is contained in:
dundargoc
2025-01-15 09:02:07 +01:00
committed by dundargoc
parent 5aabe5695f
commit 3b5c2213fd

View File

@ -157,7 +157,7 @@ distclean:
$(MAKE) clean
install: checkprefix nvim
$(CMAKE) --install build
$(CMAKE_GENERATOR) -C build install
appimage:
bash scripts/genappimage.sh