Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 917665
Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +1 lines)
Line  Link Here
0
-- a/src/nvim/CMakeLists.txt
0
++ b/src/nvim/CMakeLists.txt
Lines 477-485 foreach(target ${targets}) Link Here
477
  endforeach()
477
  endforeach()
478
endforeach()
478
endforeach()
479
479
480
if(APPLE AND CMAKE_OSX_SYSROOT)
481
  list(APPEND gen_cflags "-isysroot" "${CMAKE_OSX_SYSROOT}")
482
endif()
483
if(MSVC)
480
if(MSVC)
484
  list(APPEND gen_cflags -wd4003)
481
  list(APPEND gen_cflags -wd4003)
485
endif()
482
endif()

Return to bug 917665