mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 15:12:11 +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,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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue