mirror of
https://github.com/neovim/neovim.git
synced 2026-04-29 02:34:10 +00:00
Add install target for runtime dir
This commit is contained in:
committed by
Thiago de Arruda
parent
e672922ef3
commit
718beb2613
@@ -171,6 +171,8 @@ if(BUSTED_PRG)
|
||||
DEPENDS nvim-test unittest-headers)
|
||||
endif()
|
||||
|
||||
install(DIRECTORY runtime DESTINATION share/nvim/)
|
||||
|
||||
# Unfortunately, the below does not work under Ninja. Ninja doesn't use a
|
||||
# pseudo-tty when launching processes, because it can put many jobs in parallel
|
||||
# and eat-up all the available pseudo-ttys. Unfortunately, that doesn't work
|
||||
|
||||
Reference in New Issue
Block a user