add app-editors/neovim
This commit is contained in:
parent
fc83b3dc87
commit
524def2d02
5 changed files with 285 additions and 0 deletions
13
app-editors/neovim/files/neovim-9999-cmake-darwin.patch
Normal file
13
app-editors/neovim/files/neovim-9999-cmake-darwin.patch
Normal 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()
|
Loading…
Add table
Add a link
Reference in a new issue