mirror of
https://github.com/neovim/neovim.git
synced 2026-04-28 02:04:10 +00:00
fix build on OSX
This commit is contained in:
@@ -14,7 +14,7 @@ file( GLOB IO_SOURCES io/*.c )
|
||||
|
||||
add_executable (vim ${NEOVIM_SOURCES} ${IO_SOURCES})
|
||||
|
||||
target_link_libraries (vim m uv rt pthread)
|
||||
target_link_libraries (vim m uv pthread)
|
||||
|
||||
include(CheckLibraryExists)
|
||||
check_library_exists(termcap tgetent "" HAVE_LIBTERMCAP)
|
||||
|
||||
Reference in New Issue
Block a user