mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 05:56:14 +01:00
Merge branch 'openbsd-no-ld' into 'master'
gio: tests, don't check for libdl on OpenBSD See merge request GNOME/glib!802
This commit is contained in:
commit
798c59a14f
@ -147,7 +147,7 @@ if host_machine.system() != 'windows'
|
||||
shared_library('slow-connect-preload',
|
||||
'slow-connect-preload.c',
|
||||
name_prefix : '',
|
||||
dependencies: cc.find_library('dl'),
|
||||
dependencies: cc.find_library('dl', required: host_machine.system() != 'openbsd'),
|
||||
install_dir : installed_tests_execdir,
|
||||
install: installed_tests_enabled,
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user