neovim-9999-cmake-darwin.patch 353 B

1234567891011121314
  1. Patch author: mortezadadgar <mortezadadgar97@gmail.com>
  2. --- a/src/nvim/CMakeLists.txt
  3. +++ b/src/nvim/CMakeLists.txt
  4. @@ -477,9 +477,6 @@ foreach(target ${targets})
  5. endforeach()
  6. endforeach()
  7. -if(APPLE AND CMAKE_OSX_SYSROOT)
  8. - list(APPEND gen_cflags "-isysroot" "${CMAKE_OSX_SYSROOT}")
  9. -endif()
  10. if(MSVC)
  11. list(APPEND gen_cflags -wd4003)
  12. endif()