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,5 +1,5 @@
shared_module('Irssi',
shared_library('Irssi',
[ xsubpp.process(
files(
'Channel.xs',
@ -27,6 +27,7 @@ shared_module('Irssi',
implicit_include_directories : true,
dependencies : dep + [ perl_dep ],
link_with : dl_cross_perl_core + dl_cross_irssi_main,
override_options : ['b_lundef=false'],
)
install_headers(