mirror of
				https://github.com/neovim/neovim.git
				synced 2025-10-26 12:27:24 +00:00 
			
		
		
		
	build: fix parser installation location
Cmake's `install()` functions like rsync where a trailing slash changes whether the directory or its contents will be copies.
This commit is contained in:
		| @@ -768,7 +768,7 @@ if(EXISTS ${DEPS_PREFIX}/lib/nvim/parser) | |||||||
| endif() | endif() | ||||||
|  |  | ||||||
| install(DIRECTORY ${BINARY_LIB_DIR} | install(DIRECTORY ${BINARY_LIB_DIR} | ||||||
|   DESTINATION ${CMAKE_INSTALL_LIBDIR}/nvim/ |   DESTINATION ${CMAKE_INSTALL_LIBDIR} | ||||||
|   USE_SOURCE_PERMISSIONS) |   USE_SOURCE_PERMISSIONS) | ||||||
|  |  | ||||||
| if(NOT PREFER_LUA) | if(NOT PREFER_LUA) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 dundargoc
					dundargoc