Merge branch 'fix.unix.nonlinux.ci' into 'master'

gio/tests/pollable.c: Fix build on non-Linux UNIX

See merge request GNOME/glib!1971
This commit is contained in:
Sebastian Dröge 2021-02-27 08:13:25 +00:00
commit 47a949d74f

View File

@ -225,6 +225,8 @@ test_pollable_unix_pty (void)
close_libutil:
#ifdef __linux__
dlclose (handle);
#else
return;
#endif
}