mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-11 03:46:17 +01:00
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:
commit
47a949d74f
@ -225,6 +225,8 @@ test_pollable_unix_pty (void)
|
||||
close_libutil:
|
||||
#ifdef __linux__
|
||||
dlclose (handle);
|
||||
#else
|
||||
return;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user