libgnt/libgnt

Allow introspection on Windows.

2020-11-16, Elliott Sales de Andrade
741097e10968
Allow introspection on Windows.

msys2 supports it, so no need to block it, especially as our other project do
not.

Reviewed at https://reviews.imfreedom.org/r/222/
plugindir = get_option('libdir') / 'gnt3'
irssi = library('irssi', 'irssi.c',
dependencies : [ncurses, gobject, libgnt_dep],
name_prefix : '',
install : true, install_dir : plugindir)
s = library('s', 's.c',
dependencies : [ncurses, gobject, libgnt_dep],
name_prefix : '',
install : true, install_dir : plugindir)