mirror of
https://github.com/neovim/neovim.git
synced 2025-12-11 09:02:40 +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()
|
endif()
|
||||||
|
|
||||||
check_library_exists(kvm kvm_open "kvm.h" HAVE_LIBKVM)
|
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)
|
list(APPEND LIBUV_LIBRARIES kvm)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user