mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 11:50:10 +02:00
run meson formatter
This commit is contained in:
parent
80b8875fea
commit
221d520c37
33 changed files with 661 additions and 315 deletions
|
|
@ -1,6 +1,7 @@
|
|||
# this file is part of irssi
|
||||
|
||||
fe_none_irssi = executable('botti',
|
||||
fe_none_irssi = executable(
|
||||
'botti',
|
||||
files(
|
||||
'irssi.c',
|
||||
),
|
||||
|
|
@ -13,7 +14,7 @@ fe_none_irssi = executable('botti',
|
|||
libcore_a,
|
||||
],
|
||||
install : true,
|
||||
dependencies : dep
|
||||
dependencies : dep,
|
||||
)
|
||||
if need_dl_cross_link_main
|
||||
dl_cross_irssi_main = [ fe_none_irssi ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue