summaryrefslogtreecommitdiff
path: root/app-editors/neovim/files/neovim-9999-cmake-darwin.patch
blob: 892d349b7e1c3d89926898eef29751f96377b13c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/src/nvim/CMakeLists.txt
+++ b/src/nvim/CMakeLists.txt
@@ -416,10 +416,6 @@ foreach(target ${targets})
   endforeach()
 endforeach()
 
-if(APPLE AND CMAKE_OSX_SYSROOT)
-  list(APPEND gen_cflags "-isysroot")
-  list(APPEND gen_cflags "${CMAKE_OSX_SYSROOT}")
-endif()
 if(MSVC)
   list(APPEND gen_cflags -wd4003)
 endif()