diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/CMakeLists.txt b/src/nvim/CMakeLists.txt index 283be18ae7..4f9edad6a8 100644 --- a/src/nvim/CMakeLists.txt +++ b/src/nvim/CMakeLists.txt @@ -762,6 +762,8 @@ if(WIN32) add_dependencies(nvim_runtime_deps external_blobs) endif() +file(MAKE_DIRECTORY ${BINARY_LIB_DIR}) + # install treesitter parser if bundled if(EXISTS ${DEPS_PREFIX}/lib/nvim/parser) add_custom_command(TARGET nvim_runtime_deps COMMAND ${CMAKE_COMMAND} -E ${COPY_DIRECTORY} ${DEPS_PREFIX}/lib/nvim/parser ${BINARY_LIB_DIR}/parser) |