mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-21 19:03:28 +00:00
Closes: https://bugs.gentoo.org/917665 Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34185 Signed-off-by: Sam James <sam@gentoo.org>
13 lines
353 B
Diff
13 lines
353 B
Diff
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()
|