add android cross link deps

This commit is contained in:
Ailin Nemui 2022-02-16 20:27:32 +01:00
commit 2e6c376342
8 changed files with 25 additions and 4 deletions

View file

@ -1,6 +1,6 @@
# this file is part of irssi
shared_module('irc_notifylist',
libirc_notifylist_sm = shared_module('irc_notifylist',
files(
'notify-commands.c',
'notify-ison.c',
@ -12,8 +12,14 @@ shared_module('irc_notifylist',
implicit_include_directories : false,
install : true,
install_dir : moduledir,
link_with : dl_cross_irc_core,
dependencies : dep)
dl_cross_irc_notifylist = []
if need_dl_cross_link
dl_cross_irc_notifylist += libirc_notifylist_sm
endif
install_headers(
files(
'module.h',