mirror of https://gitee.com/openkylin/libvirt.git
Define DYNLIB_NAME on OpenBSD.
This commit is contained in:
parent
5d3b65f96b
commit
edc67a6f5d
|
@ -48,7 +48,7 @@
|
|||
/*******************************************************************************
|
||||
* Defined Constants And Macros *
|
||||
*******************************************************************************/
|
||||
#if defined(__linux__) || defined(__linux_gnu__) || defined(__sun__) || defined(__FreeBSD__)
|
||||
#if defined(__linux__) || defined(__linux_gnu__) || defined(__sun__) || defined(__FreeBSD__) || defined(__OpenBSD__)
|
||||
# define DYNLIB_NAME "VBoxXPCOMC.so"
|
||||
#elif defined(__APPLE__)
|
||||
# define DYNLIB_NAME "VBoxXPCOMC.dylib"
|
||||
|
|
Loading…
Reference in New Issue