14 lines
481 B
Diff
14 lines
481 B
Diff
diff --git a/src/nvim/CMakeLists.txt b/src/nvim/CMakeLists.txt
|
|
index d9cc695c..42465eca 100644
|
|
--- a/src/nvim/CMakeLists.txt
|
|
+++ b/src/nvim/CMakeLists.txt
|
|
@@ -726,7 +726,7 @@ if(ENABLE_LTO)
|
|
endif()
|
|
|
|
add_custom_target(nvim_runtime_deps)
|
|
-if(WIN32)
|
|
+if(FALSE)
|
|
# Copy DLLs and third-party tools to bin/ and install them along with nvim
|
|
add_custom_command(TARGET nvim_runtime_deps
|
|
COMMAND ${CMAKE_COMMAND} -E ${COPY_DIRECTORY} ${PROJECT_BINARY_DIR}/windows_runtime_deps/
|