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,6 +1,6 @@
# this file is part of irssi
shared_module('irc_proxy',
shared_library('irc_proxy',
files(
'dump.c',
'listen.c',
@ -13,6 +13,7 @@ shared_module('irc_proxy',
install : true,
install_dir : moduledir,
dependencies : dep,
override_options : ['b_lundef=false'],
)
# noinst_headers = files(