mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 04:25:18 +00:00
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…
x
Reference in New Issue
Block a user