replace shared_module with shared_library

according to mesonbuild irc chat
This commit is contained in:
Ailin Nemui 2025-07-25 19:49:53 +02:00
commit 989ddd8429
14 changed files with 37 additions and 23 deletions

View file

@ -1,4 +1,4 @@
shared_module('Irc',
shared_library('Irc',
[ xsubpp.process(
files(
'Channel.xs',
@ -28,6 +28,7 @@ shared_module('Irc',
implicit_include_directories : true,
dependencies : dep + [ perl_dep ],
link_with : dl_cross_perl_core + dl_cross_irc_dcc + dl_cross_irc_notifylist + dl_cross_irc_core + dl_cross_irssi_main,
override_options : ['b_lundef=false'],
)
install_headers(