add app-editors/neovim

This commit is contained in:
RokuRokuYon 2025-02-23 13:12:17 +01:00
parent fc83b3dc87
commit 524def2d02
5 changed files with 285 additions and 0 deletions

View file

@ -0,0 +1,13 @@
Patch author: mortezadadgar <mortezadadgar97@gmail.com>
--- a/src/nvim/CMakeLists.txt
+++ b/src/nvim/CMakeLists.txt
@@ -477,9 +477,6 @@ foreach(target ${targets})
endforeach()
endforeach()
-if(APPLE AND CMAKE_OSX_SYSROOT)
- list(APPEND gen_cflags "-isysroot" "${CMAKE_OSX_SYSROOT}")
-endif()
if(MSVC)
list(APPEND gen_cflags -wd4003)
endif()