mirror of
https://github.com/neovim/neovim.git
synced 2025-12-09 16:12:48 +00:00
build: OpenBSD: libuv does not use KVM, do not link to it. (#6663)
This commit is contained in:
committed by
Justin M. Keyes
parent
0502ac47fb
commit
53b38251bb
@@ -65,7 +65,7 @@ if(HAVE_LIBKSTAT)
|
||||
endif()
|
||||
|
||||
check_library_exists(kvm kvm_open "kvm.h" HAVE_LIBKVM)
|
||||
if(HAVE_LIBKVM)
|
||||
if(HAVE_LIBKVM AND NOT CMAKE_SYSTEM_NAME STREQUAL "OpenBSD")
|
||||
list(APPEND LIBUV_LIBRARIES kvm)
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user