make compilation work on cygwin

This commit is contained in:
Ailin Nemui 2025-07-25 16:15:05 +01:00
commit df8aa42778
18 changed files with 40 additions and 26 deletions

View file

@ -43,7 +43,8 @@ libirc_core_sm = shared_module('irc_core',
name_suffix : module_suffix,
install : true,
install_dir : moduledir,
link_whole : libirc_core_a)
link_whole : libirc_core_a,
link_with : dl_cross_irssi_main)
dl_cross_irc_core = []
if need_dl_cross_link