mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 15:56:23 +01:00
gio: tests, don't check for libdl on OpenBSD
libdl does not exist on OpenBSD and is not required as the functionnality is provided in libc.
This commit is contained in:
parent
63af8ed0ea
commit
c14ac90ed2
@ -147,7 +147,7 @@ if host_machine.system() != 'windows'
|
|||||||
shared_library('slow-connect-preload',
|
shared_library('slow-connect-preload',
|
||||||
'slow-connect-preload.c',
|
'slow-connect-preload.c',
|
||||||
name_prefix : '',
|
name_prefix : '',
|
||||||
dependencies: cc.find_library('dl'),
|
dependencies: cc.find_library('dl', required: host_machine.system() != 'openbsd'),
|
||||||
install_dir : installed_tests_execdir,
|
install_dir : installed_tests_execdir,
|
||||||
install: installed_tests_enabled,
|
install: installed_tests_enabled,
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user