mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 10:45:16 -07:00
commit
930f26d1ed
@ -13,4 +13,4 @@ sh autogen.sh
|
|||||||
./configure --prefix="$prefix"
|
./configure --prefix="$prefix"
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
rm "$prefix/lib/"libuv*.so "$prefix/lib/"libuv*.so.*
|
rm "$prefix/lib/"libuv*.{so,dylib} "$prefix/lib/"libuv*.{so,dylib}.* || true
|
||||||
|
@ -14,7 +14,7 @@ file( GLOB IO_SOURCES io/*.c )
|
|||||||
|
|
||||||
add_executable (vim ${NEOVIM_SOURCES} ${IO_SOURCES})
|
add_executable (vim ${NEOVIM_SOURCES} ${IO_SOURCES})
|
||||||
|
|
||||||
target_link_libraries (vim m uv rt pthread)
|
target_link_libraries (vim m uv pthread)
|
||||||
|
|
||||||
include(CheckLibraryExists)
|
include(CheckLibraryExists)
|
||||||
check_library_exists(termcap tgetent "" HAVE_LIBTERMCAP)
|
check_library_exists(termcap tgetent "" HAVE_LIBTERMCAP)
|
||||||
|
Loading…
Reference in New Issue
Block a user