mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 16:12:30 +02:00
replace shared_module with shared_library
according to mesonbuild irc chat
This commit is contained in:
parent
df8aa42778
commit
989ddd8429
14 changed files with 37 additions and 23 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# this file is part of irssi
|
||||
|
||||
libirc_notifylist_sm = shared_module('irc_notifylist',
|
||||
libirc_notifylist_sm = shared_library('irc_notifylist',
|
||||
files(
|
||||
'notify-commands.c',
|
||||
'notify-ison.c',
|
||||
|
|
@ -14,7 +14,8 @@ libirc_notifylist_sm = shared_module('irc_notifylist',
|
|||
install : true,
|
||||
install_dir : moduledir,
|
||||
link_with : dl_cross_irc_core + dl_cross_irssi_main,
|
||||
dependencies : dep)
|
||||
dependencies : dep,
|
||||
override_options : ['b_lundef=false'])
|
||||
|
||||
dl_cross_irc_notifylist = []
|
||||
if need_dl_cross_link
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue